From 5ca08dc14bc00d58ec7af843d588699a6e17ffdd Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 9 Dec 2016 16:32:16 +0100 Subject: [PATCH] Xresources: make dpi dependend on hostname --- Xresources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 107daab..5e19f2e 100644 --- a/Xresources +++ b/Xresources @@ -10,7 +10,10 @@ URxvt.url-launcher: /usr/bin/chromium URxvt.matcher.button: 1 URxvt*print-pipe: "true" -Xft.dpi: 192 +#if HOST_WARTHOG + Xft.dpi: 192 +#endif + Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull