about summary refs log tree commit diff stats
path: root/xorg/xterm
blob: 5597d7118df55c795dda30153a254778070b6dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
!!! Xterm -*- conf-xdefaults -*-

! Many of these settings are pulled from
! https://aduros.com/blog/xterm-its-better-than-you-thought/

!! Sensible defaults
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.scrollKey: true
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.metaSendsEscape: true

!! Styling
XTerm.vt100.faceName: DejaVu Sans Mono
XTerm.vt100.boldMode: false
XTerm.vt100.faceSize: 11
XTerm.vt100.internalBorder: 2
XTerm.borderWidth: 0

!! Keybinds
! C-S-c: copy to clipboard
! C-S-v: paste from clipboard
XTerm.vt100.translations: #override \n\
    Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
    Ctrl Shift <Key>V: insert-selection(CLIPBOARD)

! Security
XTerm*allowFontOps: false