From 43b2004ed5f42b7be7f7ba831bc5d9747d32a24d Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Thu, 24 Jul 2025 19:15:13 -0700 Subject: [PATCH] remove gaps when maximized in hl conf --- modules/hyprland/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hyprland/hyprland.conf b/modules/hyprland/hyprland.conf index c285d1d..3a534ed 100644 --- a/modules/hyprland/hyprland.conf +++ b/modules/hyprland/hyprland.conf @@ -287,3 +287,7 @@ bind = $mod+CONTROL, 7, hy3:focustab, index, 07 bind = $mod+CONTROL, 8, hy3:focustab, index, 08 bind = $mod+CONTROL, 9, hy3:focustab, index, 09 bind = $mod+CONTROL, 0, hy3:focustab, index, 10 + +workspace = f[1], gapsout:0, gapsin:0 +windowrule = bordersize 0, floating:0, onworkspace:f[1] +windowrule = rounding 0, floating:0, onworkspace:f[1]