From d084d627d311066ad67cd0098d7ab7da10157584 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 20 Jun 2026 08:11:31 +0530 Subject: floating windows now have borders --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 905737c..dbec3ea 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -275,8 +275,8 @@ bindsym $mod+n exec pgrep wlsunset \ floating_modifier $mod normal set { - $float floating enable; shadows enable; border pixel 1 - $float_resize floating enable; resize set 900 800 px; border none + $float floating enable; shadows enable; border pixel 2 + $float_resize floating enable; resize set 900 800 px; border pixel 2 $popup floating enable; sticky enable; shadows enable } -- cgit v1.3