From 1c56f516f40a1a333e5ebf48692ba97ea490e51e Mon Sep 17 00:00:00 2001 From: Arjun31415 Date: Fri, 21 Nov 2025 15:05:12 +0100 Subject: [PATCH] spacing --- content/Configuring/Workspace-Rules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/Configuring/Workspace-Rules.md b/content/Configuring/Workspace-Rules.md index 5e38d741..0748c862 100644 --- a/content/Configuring/Workspace-Rules.md +++ b/content/Configuring/Workspace-Rules.md @@ -63,9 +63,9 @@ To replicate "smart gaps" / "no gaps when only" from other WMs/Compositors, use workspace = w[tv1], gapsout:0, gapsin:0 workspace = f[1], gapsout:0, gapsin:0 windowrule = border_size 0, match:float 0, match:workspace w[tv1] -windowrule = rounding 0, match:float 0, match:workspacew[tv1] -windowrule = border_size 0, match:float 0, match:workspacef[1] -windowrule = rounding 0, match:float 0, match:workspacef[1] +windowrule = rounding 0, match:float 0, match:workspace w[tv1] +windowrule = border_size 0, match:float 0, match:workspace f[1] +windowrule = rounding 0, match:float 0, match:workspace f[1] ``` #### Smart gaps (ignoring special workspaces)