-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathXdefaults
More file actions
64 lines (63 loc) · 2.16 KB
/
Xdefaults
File metadata and controls
64 lines (63 loc) · 2.16 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
XTerm*customization: -color
XTerm*termName: xterm-256color
XTerm*metaSendsEscape: true
XTerm*saveLines: 0
XTerm*faceName: Liberation Mono:size=10:antialias=false
XTerm*font: 7x13
XTerm*VT100.translations: #override \
Shift <Key>Up: scroll-back(1) \n\
Shift <Key>Down: scroll-forw(1) \n\
~Meta Shift Ctrl <Key>V: insert-selection(CLIPBOARD) \n\
Meta Shift Ctrl <Key>V: insert-selection(PRIMARY) \n\
~Shift <Btn1Up>: select-end(PRIMARY, CUT_BUFFER0) \n\
Shift <Btn1Up>: select-end(CLIPBOARD, CUT_BUFFER1) \n\
~Shift ~Ctrl ~Meta <Btn2Up>:insert-selection(PRIMARY, CUT_BUFFER0) \n\
Shift ~Ctrl ~Meta <Btn2Up>:insert-selection(CLIPBOARD, CUT_BUFFER1)
XTerm*color0: rgb:4f/4f/4f
XTerm*color1: rgb:fa/34/26
XTerm*color2: rgb:8e/ff/00
XTerm*color3: rgb:ff/ff/49
XTerm*color4: rgb:54/9d/ff
XTerm*color5: rgb:ff/73/fd
XTerm*color6: rgb:7a/ff/cd
XTerm*color7: rgb:ee/ee/ee
XTerm*color8: rgb:7c/7c/7c
XTerm*color9: rgb:fb/6d/62
XTerm*color10: rgb:ac/ff/56
XTerm*color11: rgb:ff/ff/95
XTerm*color12: rgb:7c/b9/ff
XTerm*color13: rgb:ff/9c/fe
XTerm*color14: rgb:a4/ff/d6
XTerm*color15: rgb:ff/ff/ff
URxvt.depth: 32
URxvt.background: rgba:0000/0000/0000/dccc
URxvt.foreground: rgb:bb/bb/bb
URxvt.color0: rgb:4f/4f/4f
URxvt.color1: rgb:fa/34/26
URxvt.color2: rgb:8e/ff/00
URxvt.color3: rgb:ff/ff/49
URxvt.color4: rgb:54/9d/ff
URxvt.color5: rgb:ff/73/fd
URxvt.color6: rgb:7a/ff/cd
URxvt.color7: rgb:ee/ee/ee
URxvt.color8: rgb:7c/7c/7c
URxvt.color9: rgb:fb/6d/62
URxvt.color10: rgb:ac/ff/56
URxvt.color11: rgb:ff/ff/95
URxvt.color12: rgb:7c/b9/ff
URxvt.color13: rgb:ff/9c/fe
URxvt.color14: rgb:a4/ff/d6
URxvt.color15: rgb:ff/ff/ff
URxvt.highlightColor: rgb:5e/60/83
URxvt.saveLines: 0
URxvt.font: xft:Liberation Mono:size=10:antialias=true:hinting=true
URxvt.letterSpace: -2
URxvt.scrollBar: False
URxvt.perl-ext-common: clipboard,font
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.keysym.M-plus: perl:font:increment
URxvt.keysym.M-minus: perl:font:decrement