-
Notifications
You must be signed in to change notification settings - Fork 9
/
Xresources
51 lines (49 loc) · 1.79 KB
/
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
44
45
46
47
48
49
50
51
URxvt.background: black
URxvt.foreground: #aaaaaa
URxvt.font: xft:monospace:pixelsize=13
URxvt.urgentOnBell: true
URxvt.scrollBar: false
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
URxvt.saveLines: 65535
URxvt.url-select.launcher: xdg-open
URxvt.url-select.underline: true
URxvt.iso14755: false
URxvt.pointerBlank: true
URxvt.pointerBlankDelay: 987654321
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,resize-font
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.C-0: resize-font:reset
URxvt.keysym.C-underscore: resize-font:smaller
URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
XTerm*background: rgb:00/00/00
XTerm*foreground: rgb:aa/aa/aa
XTerm*renderFont: true
XTerm*faceName: monospace
XTerm*forceBoxChars: true
XTerm*showMissingGlyphs: true
XTerm*faceSize: 10
XTerm*faceSize1: 2
XTerm*faceSize2: 5
XTerm*faceSize3: 7
XTerm*faceSize4: 10
XTerm*faceSize5: 20
XTerm*faceSize6: 32
XTerm*termName: xterm-256color
XTerm*locale: true
XTerm*altSendsEscape: true
XTerm*metaSendsEscape: true
XTerm*eightBitInput: false
XTerm*backarrowKey: false
XTerm*ttyModes: erase ^?
XTerm*saveLines: 65535
XTerm*bellIsUrgent: true
XTerm*on4Clicks: group