about summary refs log tree commit diff stats
path: root/xorg/xterm
diff options
context:
space:
mode:
authorCase Duckworth2023-01-30 17:33:06 -0600
committerCase Duckworth2023-01-30 17:33:06 -0600
commit1d562af8927d932bc3329de3b06c94a966047238 (patch)
treeacb2c460fbb8d01473f38f4de426c4879c7ae11a /xorg/xterm
parentDeclare mode (diff)
downloadetc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz
etc-1d562af8927d932bc3329de3b06c94a966047238.zip
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'xorg/xterm')
-rw-r--r--xorg/xterm29
1 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xterm b/xorg/xterm new file mode 100644 index 0000000..5597d71 --- /dev/null +++ b/xorg/xterm
@@ -0,0 +1,29 @@
1!!! Xterm -*- conf-xdefaults -*-
2
3! Many of these settings are pulled from
4! https://aduros.com/blog/xterm-its-better-than-you-thought/
5
6!! Sensible defaults
7XTerm.vt100.locale: false
8XTerm.vt100.utf8: true
9XTerm.vt100.scrollTtyOutput: false
10XTerm.vt100.scrollKey: true
11XTerm.vt100.bellIsUrgent: true
12XTerm.vt100.metaSendsEscape: true
13
14!! Styling
15XTerm.vt100.faceName: DejaVu Sans Mono
16XTerm.vt100.boldMode: false
17XTerm.vt100.faceSize: 11
18XTerm.vt100.internalBorder: 2
19XTerm.borderWidth: 0
20
21!! Keybinds
22! C-S-c: copy to clipboard
23! C-S-v: paste from clipboard
24XTerm.vt100.translations: #override \n\
25 Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
26 Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
27
28! Security
29XTerm*allowFontOps: false