about summary refs log tree commit diff stats
path: root/xorg/xterm
diff options
context:
space:
mode:
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