forked from cspeterson/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
37 lines (33 loc) · 817 Bytes
/
.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
! to enable any changes to this configuration:
! xrdb -merge ~/.Xresources
Xcursor.size: 16
! Set front to truetype as the bitmap-based default fonts are dumb and
! tiny on high-DPI displays. Also wtf who wants bitmapped fonts
XTerm*faceName: DejaVu Sans Mono
XTerm*faceSize: 8
XTerm*renderFont: true
!
! Reverse to white-on-black color scheme
XTerm*reverseVideo: on
!
! Hi-DPI handling
!
#ifdef SRVR_csplt
#define DPI 180
#define AUTOHINT 0
#define LCDFILTER lcddefault
#define HINTSTYLE hintfull
#define HINTING 1
#define ANTIALIAS 1
#define RGBA rgb
#define I3BARFONTSIZE 16
#endif
Xft.dpi: DPI
Xft.autohint: AUTOHINT
Xft.lcdfilter: LCDFILTER
Xft.hintstyle: HINTSTYLE
Xft.hinting: HINTING
Xft.antialias: ANTIALIAS
Xft.rgba: RGBA
! Set this variable for use in i3 config
*i3barfontsize: I3BARFONTSIZE