From 84e9eaa7a316c84847b9cd42d54d68451fdc56ce Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 20 Apr 2024 10:40:33 -0400 Subject: [PATCH] hyprland: show gaps when only disabled --- homeManagerModules/desktop/hypr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/desktop/hypr/default.nix b/homeManagerModules/desktop/hypr/default.nix index b617600a..b65e25df 100644 --- a/homeManagerModules/desktop/hypr/default.nix +++ b/homeManagerModules/desktop/hypr/default.nix @@ -232,7 +232,7 @@ } dwindle { - no_gaps_when_only = 1 + # no_gaps_when_only = 1 preserve_split = yes # you probably want this pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below }