From cc51af5c350bdb4d9e30891bf5014a4a606c9de0 Mon Sep 17 00:00:00 2001 From: OBJNULL Date: Thu, 19 Jun 2025 19:23:08 -0400 Subject: [PATCH] Added Window Boarders --- Configs/sway.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Configs/sway.conf b/Configs/sway.conf index 00ba411..4bb4f97 100644 --- a/Configs/sway.conf +++ b/Configs/sway.conf @@ -158,5 +158,13 @@ bindsym $mod+r mode "resize" ### Status Bar: exec waybar +# +# Window Borders +# +for_window [class="^.*"] border pixel 3 + +gaps inner 2 +gaps outer 5 + ## Extra Stuff include /etc/sway/config.d/*