-
Notifications
You must be signed in to change notification settings - Fork 5
/
.Xresources
41 lines (36 loc) · 1013 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
38
39
40
41
! ~/.Xresources
! default dpi is 96 - prefer multiples thereof
#define FONT Terminus (TTF)
#ifndef SIZE
#ifndef DPI
#if WIDTH > 4000
#define SIZE 36
#define DPI 192
#else
#define SIZE 22
#define DPI 96
#endif
#endif
#endif
! rofi setup
rofi.color-enabled: true
rofi.separator-style: solid
rofi.font: FONT SIZE
rofi.bw: 2
rofi.columns: 1
rofi.yoffset: 0
rofi.fake-transparency: false
rofi.hide-scrollbar: true
rofi.location: 0
rofi.width: 30
rofi.lines: 10
rofi.fixed-num-lines: true
! general font setup for applications ignoring fontconfig
! https://wiki.archlinux.org/index.php/Font_configuration#Fontconfig_configuration
! Xft.autohint: 0
! Xft.antialias: 1
! Xft.hinting: true
! Xft.hintstyle: hintfull
! Xft.rgba: rgb
! Xft.lcdfilter: lcddefault
Xft.dpi: 96