-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xdefaults
executable file
·54 lines (46 loc) · 1.2 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
! make ctrl-tab & ctrl-shift-tab work
URxvt.keysym.Control-Tab: \033[27;5;9~
URxvt.keysym.Control-Shift-ISO_Left_Tab: \033[27;6;9~
URxvt.iso14755: False
URxvt.iso14755_52: False
! resize fonts
URxvt.perl-ext-common: font-size
URxvt.font-size.step: 2
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.letterSpace: 0
Xft.autohint: false
Xft.rgba: none
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.antialias: true
Xft.lcdfilter: lcddefault
*font: xft:$xftfont:style=normal:antialias=true
*boldFont: xft:$xftfont:style=bold:antialias=true
*scrollBar: false
*urgentOnBell: false
*borderless: 1
!colors:
urxvt*depth: 32
*.foreground: #$fg
*.background: #$bg
*.cursorColor: #$cursorColor
*.color0: #$base00
*.color1: #$base08
*.color2: #$base0B
*.color3: #$base0A
*.color4: #$base0D
*.color5: #$base0E
*.color6: #$base0C
*.color7: #$base05
*.color8: #$base03
*.color9: #$base09
*.color10: #$base01
*.color11: #$base02
*.color12: #$base04
*.color13: #$base06
*.color14: #$base0F
*.color15: #$base07
!xcursor
Xcursor.theme: Human
Xcursor.size: 48