This repository has been archived by the owner on Jun 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.Xresources
51 lines (51 loc) · 1.72 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.altSendsEscape: true
URxvt.background: gray5
URxvt.color0: gray5
URxvt.color1: Red3
URxvt.color2: Green3
URxvt.color3: Yellow3
URxvt.color4: Blue3
URxvt.color5: Magenta3
URxvt.color6: Cyan3
URxvt.color7: AntiqueWhite
URxvt.color8: Grey25
URxvt.color9: Red
URxvt.color10: SpringGreen1
URxvt.color11: Yellow
URxvt.color12: RoyalBlue1
URxvt.color13: Magenta
URxvt.color14: Cyan
URxvt.color15: Black
URxvt.font: xft:DejaVu Sans Mono
URxvt.foreground: gray80
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Up: \033[1;5A
URxvt.matcher.button: 1
URxvt.perl-ext: default,matcher
URxvt.saveLines: 32767
URxvt.scrollBar: false
URxvt.scrollTtyKeypress: true
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.secondaryScreen: true
URxvt.secondaryScroll: false
URxvt.url-launcher: /usr/bin/xdg-open
XTerm.termName: xterm-256color
XTerm.vt100.background: gray5
XTerm.vt100.faceName: DejaVu Sans Mono
XTerm.vt100.faceSize: 10
XTerm.vt100.foreground: gray80
XTerm.vt100.geometry: 96x66
XTerm.vt100.locale: true
XTerm.vt100.metaSendsEscape: true
XTerm.vt100.on4Clicks: group
XTerm.vt100.on5Clicks: all
XTerm.vt100.printAttributes: 2
XTerm.vt100.printerCommand: cat - | $HOME/dev/tilde/scripts/ansi2html.sh --bg=dark > "`mktemp --tmpdir xterm-screenshot.XXXXXXXXXX.html`"
XTerm.vt100.renderFont: true
XTerm.vt100.saveLines: 32767
XTerm.vt100.scrollKey: true
XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.translations: #override \n Ctrl Shift <KeyPress> C: copy-selection(CLIPBOARD) \n Ctrl Shift <KeyPress> V: insert-selection(CLIPBOARD) \n Ctrl <KeyPress> Insert: copy-selection(PRIMARY) \n Shift <KeyPress> Insert: insert-selection(PRIMARY) \n Meta <KeyPress> M: print() \n