blob: fd95d02496bf9a9ad8870e45819da939fce32065 (
plain)
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
|
URxvt.saveLines: 10000
URxvt.scrollBar: false
URxvt.font: xft:Dejavu Sans Mono:size=8
URxvt.transparent: false
URxvt.inheritPixmap: false
URxvt.fading: 20
URxvt.perl-ext-common: default,matcher,clipboard
URxvt.matcher.button: 1
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.url-launcher: firefox
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
URxvt.background: #161616
URxvt.foreground: #F2F2F2
! black
URxvt.color0: #161616
URxvt.color8: #F2F2F2
! red
URxvt.color1: #8C3346
URxvt.color9: #ff0000
! green
URxvt.color2: #aadb0f
URxvt.color10: #909636
! yellow
URxvt.color3: #E4E093
URxvt.color11: #ffff00
! blue
URxvt.color4: #352F6A
URxvt.color12: #0000ff
! magenta
URxvt.color5: #ce5c00
URxvt.color13: #f57900
! cyan
URxvt.color6: #89b6e2
URxvt.color14: #46a4ff
! white
URxvt.color7: #F2F2F2
URxvt.color15: #ffffff
!rofi configuration
rofi.location: 2
rofi.font: Dejavu Sans Mono 11
rofi.bg: #222222
rofi.fg: #605c5a
rofi.hlbg: #111111
rofi.hlfg: #aadb0f
rofi.bgalt: #161616
rofi.bc: #909737
rofi.bw: 4
rofi.separator-style: none
rofi.hide-scrollbar: true
rofi.yoffset: -4
rofi.modi: combi
rofi.combi-modi: window,run,ssh
|