Disable smart gaps
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user