From 45875630623b87369336e274f6fc17c35b448a73 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 1 Jul 2019 21:47:15 +0300 Subject: [PATCH] Add Xresources to force DPI --- .Xresources | 1 + .config/sway/config | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..a8dc5ef --- /dev/null +++ b/.Xresources @@ -0,0 +1 @@ +Xft.dpi: 96 diff --git a/.config/sway/config b/.config/sway/config index 1f31e8a..3e4127a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -68,6 +68,9 @@ bindsym Scroll_Lock exec swaylock -c 333333AA -s tile -i ~/Pildid/background.png # Dropbox exec ~/code/dropbox-filesystem-fix/dropbox_start.py +# load xresources +exec xrdb -load ~/.Xresources + #bindsym Alt+Tab exec gnome-terminal --title=swayapplauncher -- ~/.bin/sway-apps.py ### Input configuration