Xresources: make dpi dependend on hostname

This commit is contained in:
Thomas Preisner 2016-12-09 16:32:16 +01:00
parent 7ab2057c9e
commit 5ca08dc14b

View file

@ -10,7 +10,10 @@ URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1 URxvt.matcher.button: 1
URxvt*print-pipe: "true" URxvt*print-pipe: "true"
Xft.dpi: 192 #if HOST_WARTHOG
Xft.dpi: 192
#endif
Xft.autohint: 0 Xft.autohint: 0
Xft.lcdfilter: lcddefault Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull Xft.hintstyle: hintfull