-
Notifications
You must be signed in to change notification settings - Fork 8
/
Xdefaults
117 lines (105 loc) · 3.77 KB
/
Xdefaults
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
!!For urxvt
!! run $(xrdb -merge $HOME/.Xresourses) after editing, or logout
!!URxvt
URxvt.termName: rxvt-unicode-256color
URxvt.urgentOnBell: true
URxvt.insecure: true
URxvt.visualBell: false
URxvt.inheritPixmap: false
URxvt.savelines: 1024
URxvt.cutchars: "()*,<>[]{}|''"
URxvt.cursorBlink: true
URxvt.geometry: 80x24
URxvt.fading: 15%
!!Scroll in less fix
URxvt.secondaryWheel: 1
!!! Font !!! {{{
!!font spacing
URxvt.letterSpace: -1
URxvt.lineSpace: 0
!!fonts
URxvt.font: xft:PragmataProMono-Regular:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:pixelsize=15:autohint=true, xft:FontAwesome:pixelsize=15:autohint=true, xft:unifont:pixelsize=15:autohint=true
URxvt.boldfont: xft:PragmataProMono-Regular:bold:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:bold:pixelsize=15:antialias=true:autohint=true, xft:unifont:bold:pixelsize=15:autohint=true
URxvt.italicFont: xft:PragmataProMono-Regular:italic:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:pixelsize=15:antialias=true:autohint=true:style=bold, xft:unifont:italic:pixelsize=15:autohint=true
URxvt.boldItalicFont: xft:PragmataProMono-Regular:bold:italic:pixelsize=15:autohint=true, xft:DejaVu Sans Mono:bold:italic:pixelsize=15:antialias=true:hinting=true, xft:unifont:bold:italic:pixelsize=15:autohint=true
!!! End Font !!! }}}
!!! urxvt Colors !!! {{{
URxvt.foreground: #eeeeec
!URxvt.tintColor: #262626
URxvt.borderLess: false
URxvt.internalBorder: 0
URxvt.borderColor: #181818
URxvt.cursorColor: grey80
URxvt.cursorColor2: #ffffff
URxvt.underlineColor: #ffffff
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollBar: false
URxvt.troughColor: #888888
URxvt.scrollBar_right: false
URxvt.intensityStyles: false
!!! End urxvt Colors !!! }}}
!!! Terminal Color Code Attempt !!! {{{
!black
URxvt.color0: rgb:18/18/18
URxvt.color8: rgb:75/77/73
!!red
URxvt.color1: rgb:cc/00/00
URxvt.color9: rgb:ef/29/29
!!green
URxvt.color2: rgb:4e/9a/06
URxvt.color10: rgb:8a/e2/34
!!brown/yellow
URxvt.color3: rgb:c4/a0/00
URxvt.color11: rgb:fc/e9/4f
!!blue
URxvt.color4: #204a87
URxvt.color12: #3465a4
!URxvt.color4: rgb:7b/9e/ca
!URxvt.color12: rgb:98/af/d9
!!magenta
URxvt.color5: rgb:75/50/7b
URxvt.color13: rgb:ad/7f/a8
!!cyan
URxvt.color6: rgb:06/98/9a
URxvt.color14: rgb:34/e2/e2
!!white
URxvt.color7: rgb:ff/ff/ff
URxvt.color15: rgb:ee/ee/ec
!!! End Terminal Color Code Attempt !!! }}}
!!! Transparent Attempt !!! {{{
URxvt.transparent: true
URxvt.shading: 20
! Included this so you know how to make your foreground not match the color of your background
URxvt.depth: 32
URxvt.background: rgba:3f00/3f00/3f00/dddd
!URxvt.background: rgba:1111/1111/1111/dddd
!URxvt.foreground: grey80
!!! End Transparent !!! }}}
!!Extensions
!URxvt.perl-ext: default,matcher,font-size
URxvt.perl-ext-common: default,matcher,resize-font
!! Allow ctrl+shift bindings
URxvt.iso14755: false
URxvt.iso14755_52: false
!!! URL handling !!! {{{
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.keysym.C-Shift-u: matcher:select
URxvt.keysym.C-Delete: matcher:last
URxvt.keysym.M-Delete: matcher:list
URxvt.url-select.underline: true
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
URxvt.matcher.pattern.2: \\B(/\\S+?):(\\d+)(?=:|$)
URxvt.matcher.launcher.2: gvim +$2 $1
!!! End URL handling !!! }}}
!!! Font Bindings !!! {{{
URxvt.keysym.M-C-Up: resize-font:bigger
URxvt.keysym.M-C-Down: resize-font:smaller
URxvt.keysym.M-C-Left: resize-font:reset
URxvt.keysym.M-C-Right: resize-font:show
!!! End Font Bindings !!! }}}
!! For wm
Xcursor.theme: Vanilla-DMZ-AA
!! UI Scaling
Xft.dpi: 120