-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Xresources
38 lines (33 loc) · 942 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
! Commented lines start with '!'
! Import theme colors + rofi
#include ".Xresources.d/themes/alley"
!#include ".Xresources.d/themes/bridge"
!#include ".Xresources.d/themes/cmyk"
!#include ".Xresources.d/themes/donut"
!#include ".Xresources.d/themes/floral"
!#include ".Xresources.d/themes/grayscale"
!#include ".Xresources.d/themes/kiss_shot"
!#include ".Xresources.d/themes/senjou"
!#include ".Xresources.d/themes/sky"
!#include ".Xresources.d/themes/sunsetcity"
!#include ".Xresources.d/themes/taiga"
!#include ".Xresources.d/themes/touka"
! Some font rendering fixings
Xft.dpi: 96
Xft.rgba: rgb
Xft.autohint: 0
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintnone
Xft.lcdfilter: lcddefault
! Rofi defaults
rofi.eh: 3
rofi.width: 100
rofi.padding: 300
rofi.lines: 4
rofi.line-margin: 5
rofi.hide_scrollbar: True
rofi.scrollbar_width: 0
rofi.terminal: urxvt
rofi.location: 0
#include ".Xresources.d/urxvt"