From b112ccd25f47bdccccbe74aa87cbe42532172c80 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 6 Feb 2024 14:16:33 -0500 Subject: Utilize xorg dpi scaling on a per-host setup --- .config/xresources/workstation | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/xresources/workstation (limited to '.config/xresources/workstation') diff --git a/.config/xresources/workstation b/.config/xresources/workstation new file mode 100644 index 0000000..2d6d9c9 --- /dev/null +++ b/.config/xresources/workstation @@ -0,0 +1,7 @@ +Xft.dpi: 96 +Xft.autohing: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb -- cgit v1.2.3