-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Xresources
72 lines (63 loc) · 1.92 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
Xft.dpi: 96
!! URxvt
! special
URxvt.foreground: #eaeaea
URxvt.background: #151515
URxvt.cursorColor: #ffffff
! black
URxvt.color0: #121212
URxvt.color8: #555555
! red
URxvt.color1: #fa2573
URxvt.color9: #f6669d
! green
! URxvt.color2: #98e123
URxvt.color2: #9cff00
URxvt.color10: #b1e05f
! yellow
URxvt.color3: #dfd460
URxvt.color11: #fff26d
! blue
URxvt.color4: #1080d0
URxvt.color12: #00afff
! magenta
URxvt.color5: #8700ff
URxvt.color13: #af87ff
! cyan
URxvt.color6: #43a8d0
URxvt.color14: #51ceff
! white
URxvt.color7: #bbbbbb
URxvt.color15: #ffffff
URxvt.font: xft:Hack:pixelsize=11, \
xft:DejaVuSansMono Nerd Font:style=Book:antialias=false:pixelsize=11
!URxvt.boldFont: xft:Hack:pixelsize=11:weight=bold
!URxvt.italicFont: xft:Hack:pixelsize=11:slant=italic
URxvt.saveLines: 10000
URxvt.scrollBar: false
URxvt.secondaryScroll: 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
! Extensions
URxvt.perl-ext-common: default,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.matcher.rend.0: Uline
! Ctrl+Tab support in Vim
! https://github.com/rafi/.config/blob/master/xorg/Xresources
!URxvt.keysym.S-Return: \033[13;2u
!URxvt.keysym.C-Return: \033[13;5u
!URxvt.keysym.C-i: \033[105;5u
!URxvt.keysym.C-S-i: \033[73;5u
URxvt*keysym.C-Tab: \033[27;5;9~
URxvt*keysym.C-S-Tab: \033[27;6;9~
!! Rofi
rofi.color-enabled: true
rofi.color-window: #2d3238, #273238, #1e2529
rofi.color-normal: #2d3238, #c1c1c1, #2d3238, #394249, #ffffff
rofi.color-active: #2d3238, #80cbc4, #2d3238, #394249, #80cbc4
rofi.color-urgent: #2d3238, #ff1844, #2d3238, #394249, #ff1844