From c789f3379fc935e7eaa120f93c33f47768ddbd82 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 8 Oct 2011 10:36:06 +0200 Subject: xresource: Lower dpi to 94 to get slightly smaller fonts --- .config/xresources/font.xdefaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/xresources') diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults index 617520f..3a8816e 100644 --- a/.config/xresources/font.xdefaults +++ b/.config/xresources/font.xdefaults @@ -1,3 +1,3 @@ ! Xft Settings ! -Xft.dpi: 96.0 +Xft.dpi: 94.0 Xft.antialias: true -- cgit