From b7bd3a3632ac48d911818d73e7abb37df1452af0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 27 Jun 2023 04:14:25 -0400 Subject: [PATCH] hyprland: Disable no_gaps_when_only This was mainly useful on smaller screens where window contents took up less space overall, however this makes it non-trivial to determine whether or not gaps are enabled unless two or more windows exist in the same workspace. Since the gaps aren't an issue with larger screen sizes anyway, slightly reducing gaps and disabling no_gaps_when_only seems like the play here. --- home/hyprland.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 29a55427..b9eaeaad 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -71,7 +71,6 @@ in dwindle { preserve_split = yes - no_gaps_when_only = yes special_scale_factor = 1 } @@ -80,7 +79,6 @@ in new_on_top = no mfact = 0.65 special_scale_factor = 1 - no_gaps_when_only = yes inherit_fullscreen = no }