From 44034ef61a1498a7ce0164ad3c8b5669b70038c2 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 2 May 2025 14:07:39 +0200 Subject: [PATCH] addet smartgaps --- hyprland.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hyprland.conf b/hyprland.conf index 0a103ca..e7cf9aa 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -71,6 +71,15 @@ windowrule = workspace special:windoof, title:^(.*[Ll]ooking [Gg]lass.*) windowrule = workspace 69, title:^(.*[Ss]team.*) windowrule = workspace 69, title:^(.*GDLauncher.*) +# WHY: +# ─< smartgaps >───────────────────────────────────────────────────────────────────────────── +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] + # ╭───────────────╮ # │ LOOK AND FEEL │ # ╰───────────────╯