-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources.symlink
48 lines (39 loc) · 1.3 KB
/
Xresources.symlink
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
/* https://blog.khmersite.net/2017/12/change-the-urxvt-font-size-on-the-fly/ */
/* https://github.com/simmel/urxvt-resize-font */
! URxvt.resize-font.smaller: C-minus
! URxvt.resize-font.bigger: C-equal
URxvt.resize-font.step: 2
/* https://github.com/majutsushi/urxvt-font-size */
! URxvt.keysym.C-minus: perl:resize-font:smaller
! URxvt.keysym.C-plus: perl:resize-font:bigger
! URxvt.keysym.C-equal: perl:resize-font:reset
! URxvt.keysym.C-question: perl:resize-font:show
/* turn url highlight on */
URxvt.perl-ext-common: default,matcher,resize-font,selection-to-clipboard
URxvt.urlLauncher: x-www-browser
URxvt.matcher.button: 1
! URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.depth: 32
/* turn visual bell off */
URxvt*visualBell: false
/* turn scroll bar off */
URxvt*scrollBar: false
/* set foreground color */
URxvt*foreground: White
/* set background color
* (80 opacity level, #000000 (black) color) */
URxvt*background: [90]#000000
URxvt*transparent: true
URxvt*shading: 10
/* Make urxvt set urgent on a bell */
URxvt.urgentOnBell: true
/* Change cursor size */
/* 16, 32, 48 or 64 may be good values */
! Xcursor.size: 48
/* Configure Font */
Xft.dpi: 100
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.rgba: rgb
URxvt*font: xft:DejaVuSansMono:size=8