From 5b64925d8b1b8fa556c1837f4b3f760fe3feafbb Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sun, 27 Apr 2025 09:07:54 -0400 Subject: [PATCH] Disable smart gaps --- README.org | 6 ++++-- hyprland.conf | 7 ------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index 75260eb..4d2d371 100644 --- a/README.org +++ b/README.org @@ -485,14 +485,16 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned *** Smart Gaps -#+BEGIN_SRC conf :tangle hyprland.conf +Example config for enabling smart gaps + +#+BEGIN_EXAMPLE conf workspace = w[tv1], gapsout:0, gapsin:0 workspace = f[1], gapsout:0, gapsin:0 windowrule = bordersize 0, floating:0, onworkspace:w[tv1] windowrule = rounding 0, floating:0, onworkspace:w[tv1] windowrule = bordersize 0, floating:0, onworkspace:f[1] windowrule = rounding 0, floating:0, onworkspace:f[1] -#+END_SRC +#+END_EXAMPLE * Waybar diff --git a/hyprland.conf b/hyprland.conf index 77d45de..57d69f4 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -187,10 +187,3 @@ bindl = , XF86AudioPrev, exec, playerctl previous windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 - -workspace = w[tv1], gapsout:0, gapsin:0 -workspace = f[1], gapsout:0, gapsin:0 -windowrule = bordersize 0, floating:0, onworkspace:w[tv1] -windowrule = rounding 0, floating:0, onworkspace:w[tv1] -windowrule = bordersize 0, floating:0, onworkspace:f[1] -windowrule = rounding 0, floating:0, onworkspace:f[1]