diff options
Diffstat (limited to 'gui/gtk.nix')
-rw-r--r-- | gui/gtk.nix | 7 |
1 files changed, 1 insertions, 6 deletions
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"; - }; } |