-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_Xresources
150 lines (124 loc) · 3.66 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
! ! Base16 Seti UI
! ! Scheme:
#define base00 #151718
#define base01 #8ec43d
#define base02 #3B758C
#define base03 #41535B
#define base04 #43a5d5
#define base05 #d6d6d6
#define base06 #eeeeee
#define base07 #ffffff
#define base08 #Cd3f45
#define base09 #db7b55
#define base0A #e6cd69
#define base0B #9fca56
#define base0C #55dbbe
#define base0D #55b5db
#define base0E #a074c4
#define base0F #8a553f
*.foreground: base05
#ifdef background_opacity
*.background: [background_opacity]base00
#else
*.background: base00
#endif
*.cursorColor: base05
*.color0: base00
*.color1: base08
*.color2: base0B
*.color3: base0A
*.color4: base0D
*.color5: base0E
*.color6: base0C
*.color7: base05
*.color8: base03
*.color9: base08
*.color10: base0B
*.color11: base0A
*.color12: base0D
*.color13: base0E
*.color14: base0C
*.color15: base07
! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt),
! use 'shell' template to set these if necessary
*.color16: base09
*.color17: base0F
*.color18: base01
*.color19: base02
*.color20: base04
*.color21: base06
! "Number of lines" Set from: Commandline
rofi.lines: 10
! "Font to use" Set from: Commandline
! rofi.font: DejaVuSansMono Nerd Font Mono 10
rofi.font: DejaVuSansM Nerd Font Mono 10
! "Location on screen" Set from: Commandline
rofi.location: 6
! "Y-offset relative to location" Set from: Commandline
rofi.yoffset: -50
! "Monitor id to show on" Set from: Default
rofi.m: -1
! Enable the extended coloring options
rofi.color-enabled: true
! Property Name BG Border Separator
rofi.color-window: #282a2b, #282a2b, #151718
! Property Name BG FG BG-alt Head-BG Head-FG
rofi.color-normal: #282a2b, #BFBFBF, #282a2b, #282a2b, #ffffff
rofi.color-active: #282a2b, #ffffff, #282a2b, #282a2b, #55b5db
rofi.color-urgent: #282a2b, #Cd3f45, #282a2b, #282a2b, #Cd3f45
! Set the desired separator style
rofi.separator-style: solid
! First thing first, disable iso14755
URxvt.iso14755: false
URxvt.iso14755_52: false
! Set font
URxvt*font: xft: DejaVuSansM Nerd Font Mono:size=12,xft:Font Awesome 5 Free,xft:EmojiOne:minspace=False
! 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
URxvt*depth: 32
URxvt.letterSpace: 0
URxvt.intensityStyles: false
URxvt*transparent: true
URxvt*fading: 15
URxvt*tintColor: #ffffff
URxvt*shading: 20
URxvt*inheritPixmap: False
URxvt*internalBorder: 5
URxvt*saveLines: 32767
URxvt*loginShell: true
URxvt*cutchars: "()*,<>[]{}|"
URxvt*visualBell: true
URxvt.urgentOnBell: true
! Copy and paste key
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
! Change scrollbar
URxvt*scrollBar: false
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true
URxvt.scrollstyle: plain
URxvt.scrollTtyOutput: false
URxvt.scrollTtyKeypress: true
URxvt*secondaryScroll: true
URxvt.keysym.C-Shift-U: command:\033]720;2\007
URxvt.keysym.C-Shift-D: command:\033]721;2\007
URxvt.perl-ext-common: default,matcher,resize-font,url-select,keyboard-select
! Resize font (custom in ~/.urxvt/ext/resize-font)
URxvt.keysym.C-minus: resize-font:smaller
URxvt.keysym.C-equal: resize-font:bigger
URxvt.keysym.C-0: resize-font:reset
! Matcher
URxvt.matcher.button: C-1
! URL select (custom in ~/.urxvt/ext/url-select)
! Deprecated, but matcher replacement doesnt have vi-like keybinds)
URxvt.colorUL: #4682B4
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-i: perl:keyboard-select:activate
URxvt.keyboard-select.clipboard: true