diff --git a/desktopenvs/hyprland/hypr-usr/windowrules.conf b/desktopenvs/hyprland/hypr-usr/windowrules.conf index af6e3b7..60acf07 100644 --- a/desktopenvs/hyprland/hypr-usr/windowrules.conf +++ b/desktopenvs/hyprland/hypr-usr/windowrules.conf @@ -23,3 +23,11 @@ windowrule { no_blur = on opacity = 0.5 0.05 } + +#smart gaps +workspace = w[tv1]s[false], gapsout:0, gapsin:0 +workspace = f[1]s[false], gapsout:0, gapsin:0 +windowrule = border_size 1, match:float 0, match:workspace w[tv1]s[false] +windowrule = rounding 3, match:float 0, match:workspace w[tv1]s[false] +windowrule = border_size 0, match:float 0, match:workspace f[1]s[false] +windowrule = rounding 0, match:float 0, match:workspace f[1]s[false]