-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
91 lines (77 loc) · 2.55 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
URxvt.perl-ext-common: font-size
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show
URxvt*background: #1b1b1b
URxvt*foreground: #cccaca
!Black
URxvt*color0: #222222
URxvt*color8: #5b595a
!Red
URxvt*color1: #664742
URxvt*color9: #664742
!Green
URxvt*color2: #A5AF86
URxvt*color10: #A5AF86
!Yellow
URxvt*color3: #F7E7BD
URxvt*color11: #F7E7BD
!Blue
URxvt*color4: #6e686f
URxvt*color12: #6e686f
!Magenta
URxvt*color5: #966E6E
URxvt*color13: #B09A91
!Cyan
URxvt*color6: #849492
URxvt*color14: #849492
!White
URxvt*color7: #a49c9c
URxvt*color15: #e9e6e6
URxvt.url-select.button: 1
URxvt.url-select.launcher: x-www-browser
URxvt.clipboard.copycmd: xsel --input --clipboard
URxvt.clipboard.pastecmd: xsel --output --clipboard
URxvt.keysym.Control-Shift-C: perl:clipboard:copy
URxvt.keysym.Control-Shift-V: perl:clipboard:paste
! Disable screen printing by overriding the default print pipe.
URxvt.print-pipe: "cat >/dev/null"
URxvt.keysym.Shift-Up: \033[1;2A
URxvt.keysym.Shift-Down: \033[1;2B
URxvt.keysym.Shift-Right: \033[1;2C
URxvt.keysym.Shift-Left: \033[1;2D
URxvt.keysym.Control-b: \002
URxvt.keysym.Control-c: \003
URxvt.keysym.Control-r: \022
URxvt.keysym.Control-v: \026
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.Control-Page_Up: \033[5;5~
URxvt.keysym.Control-Page_Down: \033[6;5~
URxvt*font: xft:DejaVu Sans Mono:antialias=true:pixelsize=11
URxvt*boldFont: xft:DejaVu Sans Mono:style=bold:antialias=true:pixelsize=11
URxvt*italicFont: xft:DejaVu Sans Mono:style=italic:antialias=true:pixelsize=11
URxvt*boldItalicFont: xft:DejaVu Sans Mono:style=bolditalic:antialias=true:pixelsize=11
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
URxvt*saveLines: 12000
URxvt*scrollstyle:plain
!! URxvt*scrollBar: false
!! URxvt*scrollBar: true
URxvt*cursorBlink: true
!! URxvt*cursorUnderline: true
URxvt*scrollBar_floating: true
!!URxvt*skipBuiltinGlyphs: true # urxvt line drawing glyphs are generally better
URxvt*scrollBar_right: true
!!URxvt*scrollColor: #586e75
URxvt*scrollColor: S_base02
!! URxvt.scrollstyle: rxvt
URxvt*urgentOnBell: true
URxvt*termName: xterm-256color