Disable smart gaps

This commit is contained in:
Sravan Balaji
2025-04-27 09:07:54 -04:00
parent 08b0e542ce
commit 5b64925d8b
2 changed files with 4 additions and 9 deletions

View File

@@ -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

View File

@@ -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]