From 2e7da2c5d990c095855709d08a0c6e9948f140ee Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 15 Dec 2020 13:16:58 +0100 Subject: Xresources: set Xft.dpi if defined in local config --- dotfiles/Xresources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/Xresources b/dotfiles/Xresources index d1f3125..898f460 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -4,6 +4,10 @@ # include XRESOURCES_LOCAL #endif +#ifdef DPI +Xft.dpi: DPI +#endif + URxvt.color9: tomato URxvt.color10: spring green URxvt.color11: yellow -- cgit v1.2.3