-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xresources
More file actions
76 lines (76 loc) · 2.1 KB
/
.Xresources
File metadata and controls
76 lines (76 loc) · 2.1 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
65
66
67
68
69
70
71
72
73
74
75
76
xterm*foreground: white
xterm*background: black
XTerm*locale: true
xterm*termName: xterm-256color
Xterm*saveLines: 4096
XTerm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
xterm*faceName: DejaVu Sans Mono:size=13:antialias=true
xterm*font: 7x13
xterm*pointerMode: 0
XTerm*selectToClipboard: true
XTerm*metaSendsEscape: true
!font
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgba
*font: xft:DejaVuSansMono:size=13
*boldFont: xft:DejaVuSansMono:size=13
!URxvt extensions
URxvt.perl-ext-common: keyboard-select,clipboard,url-select,resize-font
URxvt.keysym.Control-bracketleft: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.clipboard.autocopy: true
!URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.Control-bracketright: perl:clipboard:paste
!URxvt settings
URxvt.letterSpace: -1
URxvt.scrollBar: false
URxvt.saveLines: 10000
!fix control and alt keys in vim with URxvt
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
URxvt.keysym.M-Down: \033[1;3B
URxvt.keysym.M-Up: \033[1;3A
URxvt.keysym.M-Left: \033[1;3D
URxvt.keysym.M-Right: \033[1;3C
!disable default ctrl+shift keybinding
URxvt.iso14755: false
URxvt.iso14755_52: false
! resize font bindings
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-plus: resize-font:bigger
URxvt.keysym.C-equal: resize-font:reset
URxvt.keysym.C-question: resize-font:show
! Jellybeans Terminal Colours
URxvt.background: #121212
URxvt.foreground: #d7d7d7
! black
URxvt.color0: #393939
URxvt.color8: #535551
! red
URxvt.color1: #ca674a
URxvt.color9: #ea2828
! green
URxvt.color2: #96a967
URxvt.color10: #87aa32
! yellow
URxvt.color3: #d3a94a
URxvt.color11: #f7e44d
! blue
URxvt.color4: #5778c1
URxvt.color12: #6f9bca
! magenta
URxvt.color5: #9c35ac
URxvt.color13: #a97ca4
! cyan
URxvt.color6: #6eb5f3
URxvt.color14: #32dddd
! white
URxvt.color7: #a9a9a9
URxvt.color15: #e9e9e7