From 2f5de08514bb11e56981dc37b9d230646929c358 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Fri, 28 Feb 2020 12:40:38 +0200 Subject: [PATCH] x/Xresources: workaround for broken DPI /~https://github.com/swaywm/sway/issues/3499#issuecomment-456576277 --- x/Xresources | 1 + 1 file changed, 1 insertion(+) diff --git a/x/Xresources b/x/Xresources index 0bc02e3..58c9ec1 100644 --- a/x/Xresources +++ b/x/Xresources @@ -7,6 +7,7 @@ Xft.hinting: 1 Xft.hintstyle: hintfull Xft.rgba: none Xft.lcdfilter: none +Xft.dpi: 96 #define background_opacity 100 #include "colors.xresources"