-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.Xresources
24 lines (18 loc) · 856 Bytes
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
! Enable 256-color support.
XTerm.termName: xterm-256color
! Set cursor size. Otherwise, it occasionally appears larger in graphical
! programs such as Firefox.
Xcursor.size: 24
! Set font hinting to make font rendering in Debian consistent with other
! operating systems.
Xft.hintstyle: hintslight
! Configure xterm to use the system clipboard.
XTerm.vt100.selectToClipboard: true
! Enable OSC 52 per https://bit.ly/4dOY8mJ. This excludes SetSelection, which is
! used for copying to clipboard, from the default value.
XTerm.vt100.disallowedWindowOps: 20,21,SetXprop
! Configure double click selection behavior per https://goo.gl/pBSEHp.
XTerm.vt100.charClass: 33:48,35:48,37-38:48,43-47:48,58:48,61:48,63-64:48,95:48,126:48
! Enable Alt-B and Alt-F for navigating back/forward a word per
! https://bit.ly/3X8BuPt.
XTerm.vt100.metaSendsEscape: true