From ab95b1bec4e602bcf0c72e1f927ed9f5282ec629 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 7 Feb 2026 15:33:07 +0100 Subject: [PATCH] new winrules - brought back smart borders --- desktopenvs/hyprland/hypr-usr/windowrules.conf | 8 ++++++++ 1 file changed, 8 insertions(+) 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]