From bae8d9288b0a4d3dd1ddcae45e892fb71814f6af Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 30 Aug 2024 15:42:36 +0200 Subject: [PATCH] fix: disable `no_gaps_when_only` in hyprland --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 564e166..14bbaed 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -56,7 +56,7 @@ }; dwindle = { - no_gaps_when_only = true; + no_gaps_when_only = false; # Is ugly with current Waybar setup force_split = 0; special_scale_factor = 1.0; split_width_multiplier = 1.0;