diff options
Diffstat (limited to 'xorg/xterm')
-rw-r--r-- | xorg/xterm | 29 |
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 | ||
7 | XTerm.vt100.locale: false | ||
8 | XTerm.vt100.utf8: true | ||
9 | XTerm.vt100.scrollTtyOutput: false | ||
10 | XTerm.vt100.scrollKey: true | ||
11 | XTerm.vt100.bellIsUrgent: true | ||
12 | XTerm.vt100.metaSendsEscape: true | ||
13 | |||
14 | !! Styling | ||
15 | XTerm.vt100.faceName: DejaVu Sans Mono | ||
16 | XTerm.vt100.boldMode: false | ||
17 | XTerm.vt100.faceSize: 11 | ||
18 | XTerm.vt100.internalBorder: 2 | ||
19 | XTerm.borderWidth: 0 | ||
20 | |||
21 | !! Keybinds | ||
22 | ! C-S-c: copy to clipboard | ||
23 | ! C-S-v: paste from clipboard | ||
24 | XTerm.vt100.translations: #override \n\ | ||
25 | Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ | ||
26 | Ctrl Shift <Key>V: insert-selection(CLIPBOARD) | ||
27 | |||
28 | ! Security | ||
29 | XTerm*allowFontOps: false | ||