From eba08627678f0923a7dc44f34a3e6b69bd5c5d70 Mon Sep 17 00:00:00 2001 From: pancakes Date: Mon, 2 Oct 2023 19:41:44 +1000 Subject: [PATCH] Hide border indicators in Sway --- sway/.config/sway/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 82b983e..735a1b9 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -140,10 +140,10 @@ bindsym Mod4+Shift+l resize grow width 30px include /etc/sway/config.d/* # Window styling -client.focused #e0def4 #e0def4 #000000 -client.focused_inactive #524f67 #524f67 #000000 -client.unfocused #524f67 #524f67 #000000 -client.urgent #f6c177 #f6c177 #000000 +client.focused #e0def4 #e0def4 #000000 #e0def4 #e0def4 +client.focused_inactive #524f67 #524f67 #000000 #524f67 #524f67 +client.unfocused #524f67 #524f67 #000000 #524f67 #524f67 +client.urgent #f6c177 #f6c177 #000000 #f6c177 #f6c177 default_border pixel 2 default_floating_border pixel 2 gaps inner 8