From b6fb8d0ad3993eccb812750125252dda1764d074 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 31 Jan 2019 20:52:34 +0100 Subject: Extract hidpi support --- gui/gtk.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gui/gtk.nix') diff --git a/gui/gtk.nix b/gui/gtk.nix index d3226d1..4c59a7f 100644 --- a/gui/gtk.nix +++ b/gui/gtk.nix @@ -31,7 +31,7 @@ in { wm_border_focus = "909636"; wm_border_unfocus = "909636"; gtk3_generate_dark = false; - gtk2_hidpi = true; + gtk2_hidpi = false; }; }; @@ -67,9 +67,4 @@ in { enable = true; useGtkTheme = true; }; - - home.sessionVariables = { - GDK_SCALE = "2"; - GDK_DPI_SCALE = "0.5"; - }; } -- cgit v1.2.3