This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AP///////wAEabUn08IBADIcAQSlPCJ4OqWVplZQoCYNUFS37wDRwLMAlQCBgIFAgQCBwHFPSHMA | |
UKCgNFAIIGgIVVAhAAAaVl4AoKCgKVAwIDUAVVAhAAAaAAAA/QAyTBh4HgAKICAgICAgAAAA/ABB | |
U1VTIFBCMjc3CiAgAd4CAyLxTwECAxESEwQUBR+QDg8dHiMJFweDAQAAZQMMABAAjArQiiDgLRAQ | |
PpYAVVAhAAAYAR0AclHQHiBuKFUAVVAhAAAeAR0AvFLQHiC4KFVAVVAhAAAejArQkCBAMSAMQFUA | |
VVAhAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQ== | |
TEST |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28971: | |
28971: file=libEGL.so.1 [0]; needed by eglinfo [0] | |
28971: file=libEGL.so.1 [0]; generating link map | |
28971: dynamic: 0x00007f4e31cb2b98 base: 0x00007f4e31c9e000 size: 0x0000000000015588 | |
28971: entry: 0x00007f4e31c9e000 phdr: 0x00007f4e31c9e040 phnum: 10 | |
28971: | |
28971: | |
28971: file=libGLESv2.so.2 [0]; needed by eglinfo [0] | |
28971: file=libGLESv2.so.2 [0]; generating link map | |
28971: dynamic: 0x00007f4e31c9cd00 base: 0x00007f4e31c8c000 size: 0x0000000000011020 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/chezmoi-ediff.el b/chezmoi-ediff.el | |
index aa252f0..a209613 100644 | |
--- a/chezmoi-ediff.el | |
+++ b/chezmoi-ediff.el | |
@@ -30,8 +30,39 @@ | |
;;; Code: | |
+(require 'chezmoi) | |
(require 'ediff) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode:elisp; -*- | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; Module for switching to using wl-clipboard for pasting/cutting text | |
;; | |
;; Mostly useful when emacs is run under wayland and especially over waypipe or | |
;; similar. Once wl-clipboard is used it will use WAYLAND_DISPLAY of current | |
;; frame to copy and paste text so that the copying/pasting is not happing on | |
;; remote waypipe end | |
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import re | |
import signal | |
import subprocess | |
import sys | |
import time | |
import pyudev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
term = foot-direct | |
font = Sauce Code Pro Nerd Font:pixelsize=16 | |
dpi-aware = no | |
workers = 4 | |
selection-target = both | |
[bell] | |
# urgent = yes | |
# Should not be needed in sway post 1.6.1 which implements xdg-activation when urgent = yes will work | |
command = sway_mark_urgent.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: LLVM | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveMacros: None | |
AlignConsecutiveAssignments: None | |
AlignConsecutiveBitFields: None | |
AlignConsecutiveDeclarations: None | |
AlignEscapedNewlines: Right |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Language: Cpp | |
# BasedOnStyle: LLVM | |
AccessModifierOffset: -2 | |
AlignAfterOpenBracket: Align | |
AlignConsecutiveMacros: None | |
AlignConsecutiveAssignments: None | |
AlignConsecutiveBitFields: None | |
AlignConsecutiveDeclarations: None | |
AlignEscapedNewlines: Right |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
import sys | |
import json | |
import subprocess | |
import re | |
def get_named_windows(tree): | |
ret = [] | |
if tree["name"] and tree["border"] != "none": |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Solarized definitions: | |
$base03: #002b36; | |
$base02: #073642; | |
$base01: #586e75; | |
$base00: #657b83; | |
$base0: #839496; | |
$base1: #93a1a1; | |
$base2: #eee8d5; | |
$base3: #fdf6e3; |
NewerOlder