-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
118 lines (103 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
##### THIS FILE IS BEING CURRENTLY MANAGED BY URXVTCONFIG #####
##### CHANGES DONE TO THIS FILE MANUALLY MAY AFFECT THE FUNCTIONALITY ######
##### PROCEED WITH CAUTION! #####
! special colors
*.foreground: #d0c8c6
*.background: #3b3228
*.cursorColor: #d0c8c6
!! black
!*.color0: #3b3228
!*.color8: #7e705a
!! red
!*.color1: #cb6077
!*.color9: #cb6077
!! green
!*.color2: #beb55b
!*.color10: #beb55b
!! yellow
!*.color3: #f4bc87
!*.color11: #f4bc87
!! blue
!*.color4: #8ab3b5
!*.color12: #8ab3b5
!! magenta
!*.color5: #a89bb9
!*.color13: #a89bb9
!! cyan
!*.color6: #7bbda4
!*.color14: #7bbda4
!! white
!*.color7: #d0c8c6
!*.color15: #d0c8c6
!
!! black
*color0: #1b1918
*color8: #766e6b
!! red
*color1: #f22c40
*color9: #f22c40
!! green
*color2: #5ab738
*color10: #5ab738
!! yellow
*color3: #d5911a
*color11: #d5911a
!! blue
*color4: #407ee7
*color12: #407ee7
!! magenta
*color5: #6666ea
*color13: #6666ea
!! cyan
*color6: #00ad9c
*color14: #00ad9c
!! white
*color7: #a8a19f
*color15: #f1efee
*antialias: true
*autohint: false
! rxvt
!URxvt*termName: rxvt-unicode
URxvt.letterSpace: -1
URxvt*transparent: false
URxvt*shading: 25
URxvt.intensityStyles: false
URxvt.background: [90]#000000
!URxvt.background: [90]#444444
URxvt.depth: 32
URxvt.font: xft:DejaVu sans mono for powerline:size=13
!URxvt.font: xft:monospace:size=13
!URxvt.font: xft:powelinesymbols:size=13
URxvt.scrollBar: false
URxvt.cursorColor: white
URxvt.externalBorder: 5
URxvt.cursorBlink: true
! do not scroll with output
URxvt*scrollTtyOutput: false
! 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
! Scrollback buffer in secondary screen
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
!! Extensions
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select,fullscreen
!URxvt.perl-ext-common: default,matcher,font-size,url-select,keyboard-select,fullscreen,tabbed
URxvt.colorUL: #4682B4
!! url-select
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
!! keyboard-select:
URxvt.keysym.M-v: perl:keyboard-select:activate
!! resize-font
URxvt.resize-font.smaller: C-j
URxvt.resize-font.bigger: C-k
!! Matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
!URxvt.keysym.C-Delete: perl:matcher:last
!URxvt.keysym.M-Insert: perl:matcher:list
! fullscreen
URxvt.keysym.F11: perl:fullscreen:switch