From da26740fe83d98179d0a0d964d8fdc7804b4f2ed Mon Sep 17 00:00:00 2001 From: exu Date: Sat, 18 Nov 2023 14:43:47 +0100 Subject: [PATCH] Change to normal border --- arch-config/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-config/.config/sway/config b/arch-config/.config/sway/config index c3fefc5e..aed25ca9 100644 --- a/arch-config/.config/sway/config +++ b/arch-config/.config/sway/config @@ -362,7 +362,8 @@ bindsym XF86MonBrightnessDown exec --no-startup-id bash $HOME/scripts/dunst-back # Borders # ############################## -default_border pixel 2 +#default_border pixel 2 +default_border normal 2 ############################################################ ##### More from the sample config #####