-
Notifications
You must be signed in to change notification settings - Fork 1
/
Xresources
86 lines (69 loc) · 1.93 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
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcdfilter
! Keybindings
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.keysym.Control-Meta-c: builtin-string:
URxvt.keysym.Control-Meta-v: builtin-string:
URxvt.allow_bold: true
! install menlo font https://github.com/abertsch/Menlo-for-Powerline
!URxvt*font: xft:mononoki-Regular Nerd Font Complete Mono:pixelsize=14
!URxvt*boldFont: xft:mononoki Bold Nerd Font Complete Mono:pixelsize=14
URxvt.font: xft:Inconsolata\ Nerd\ Font\ Mono:pixelsize=18
! Transparency
URxvt.transparent: true
URxvt.shading:20
! Font on the fly change
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show
! Fix font space
URxvt.letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Disable Ctrl+Shift popup
URxvt.iso14755: false
URxvt.iso14755_52: false
! Perl extensions tabbed rxvt
URxvt.perl-ext-common: default,matcher,font-size
! Perl extensions
URxvt.matcher.button: 1
URxvt.urlLauncher: firefox
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: #657b83
URxvt.cursorUnderline: false
! Pointer
URxvt.pointerBlank: true
*alpha: 0.7
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
dwm.normbgcolor : color0
dwm.normbordercolor : color0
dwm.normfgcolor:color4
dwm.selfgcolor: color0
dwm.selbordercolor : color8
dwm.selbgcolor:color4