-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
43 lines (32 loc) · 910 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
! xterm configuration
XTerm.termName: xterm
! special characters
XTerm*metaSendsEscape: true
! fix backspace for emacs
XTerm*backarrowKey: false
XTerm.ttyModes: erase ^?
! scrollback
XTerm*saveLines: 4096
! copy and paste behaviour
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
! colors
XTerm*foreground: rgb:1/1/1
XTerm*background: white
XTerm*cursorColor: green
XTerm*color0: rgb:28/28/28
XTerm*color1: rgb:28/28/28
XTerm*color15: rgb:e4/e4/e4
! font
XTerm*faceName: Liberation Mono:size=10:antialias=false
XTerm*font: 7x13
! start with TrueType fonts enabled
XTerm*renderFont: true
! disable bold font faces, instead make text light blue.
XTerm*colorBDMode: true
XTerm*colorBD: rgb:82/a4/d3
! disable underlined text, instead make it white.
XTerm*colorULMode: true
XTerm*colorUL: rgb:e4/e4/e4
! similarly use colorIT for italics
Xcursor.size: 64