From 9d155e17731c4823b00810aaa819fc139693c87e Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 8 Dec 2020 18:49:04 +0100 Subject: [PATCH] Set GTK2 scale factor to 1 --- users/simon/modules/sway.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/sway.nix b/users/simon/modules/sway.nix index 6dbeb2e..d7acb99 100644 --- a/users/simon/modules/sway.nix +++ b/users/simon/modules/sway.nix @@ -234,6 +234,7 @@ lib.mkIf config.sbruder.gui.enable { extraSessionCommands = '' export CLUTTER_BACKEND=wayland export GDK_BACKEND=wayland + export GDK_DPI_SCALE=1 export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland-egl export QT_WAYLAND_DISABLE_WINDOWDECORATION=1