From af3d0985a5f19fb84c5ea9b5a573009035d73e34 Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Sun, 28 Jan 2024 22:35:42 -0500 Subject: [PATCH] Increases paper maximized window size. --- modules/home/gnome/dconf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/gnome/dconf.nix b/modules/home/gnome/dconf.nix index 840a521..30069b3 100644 --- a/modules/home/gnome/dconf.nix +++ b/modules/home/gnome/dconf.nix @@ -139,7 +139,7 @@ with lib.hm.gvariant; { disable-scratch-in-overview = false; disable-topbar-styling = false; horizontal-margin = 10; - maximize-width-percent = 0.8; + maximize-width-percent = 0.9; only-scratch-in-overview = false; show-focus-mode-icon = false; show-window-position-bar = false;