From 659c229d0e06233a995f0bb5dfd94839542b94dd Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Wed, 11 Feb 2026 04:09:14 +0530 Subject: sway: config: make nm-connection-editor windows floating by default Signed-off-by: Brahmajit Das --- .config/sway/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sway/config b/.config/sway/config index 402ce1e..4249331 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -180,6 +180,7 @@ for_window [app_id = "thunar"] floating enable for_window [app_id = "thunar" title=".*Progress.*"] floating enable for_window [app_id = "thunar" title=".*Confirm.*"] floating enable for_window [app_id = "firefox" title="Library"] floating enable, border pixel 1, sticky enable +for_window [app_id = "nm-connection-editor"] floating enable for_window [class = "(?i)pinentry"] floating enable for_window [title = "Administrator privileges required"] floating enable for_window [title = "Volume Control"] floating enable -- cgit v1.2.3