-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
executable file
·79 lines (64 loc) · 1.68 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
!
! Xft
!
Xft.dpi: 109
Xft.hinting: true
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.antialias: true
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
!
! Xcursor
!
Xcursor.theme: DMZ-White
Xcursor.size: 16
!
! urxvt
!
*saveLines: 15000
*initTermNumber: 1
*protectSecondary: true
*loginShell: false
*scrollBar: false
*scrollBar_right: false
*scrollbarStyle: rxvt
*background: #151515
*foreground: #D6D6D6
*scrollColor: rgba:8888/8888/8888/eeee
*tabPixmap: false
*syncTabTitle: true
*bottomTabbar: false
*windowsSwitch: false
*showMenu: false
*hideButtons: true
!urxvt*font: xft:DejaVu Sans Mono:size=11
*xftAntialias: true
*font: xft:Inconsolata:pixelsize=18:antialias=true:hinting=true
! TODO: use alt or rxvt own stuff. we use ctrl-num keys in vim
! Bind C-0, C-1, ..., C-6 activate larger fonts.
! URxvt.keysym.C-0: command:\033]710;xft:Inconsolata:pixelsize=18\007
! URxvt.keysym.C-1: command:\033]710;xft:Inconsolata:pixelsize=20\007
! URxvt.keysym.C-2: command:\033]710;xft:Inconsolata:pixelsize=22\007
! URxvt.keysym.C-3: command:\033]710;xft:Inconsolata:pixelsize=24\007
! URxvt.keysym.C-4: command:\033]710;xft:Inconsolata:pixelsize=26\007
! URxvt.keysym.C-5: command:\033]710;xft:Inconsolata:pixelsize=28\007
! URxvt.keysym.C-6: command:\033]710;xft:Inconsolata:pixelsize=28\007
*cursorBlink: false
*cursorBlinkInterval: 500
*geometry: 83x23
*multichar_encoding: noenc
*inputMethod: SCIM
*cursorColor: #5277b8
*hideTabbar: true
*tripleclickwords: true
*internalBorder: 0
*meta8: true
! Must have prefix of vim crashes
URxvt*depth: 32
*scrollstyle: plain
*termName: rxvt-unicode
*cursorUnderline: false
! Transparency
*fading: 8
*fadeColor: rgba:0000/0000/0000/0000