From a8ce050af618cb91d868f9bb9575d37f6c5ab51a Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 25 May 2025 21:13:47 +0200 Subject: [PATCH] Add floating window for iwgtk --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 6d0efbf..8adc3f1 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -284,6 +284,8 @@ for_window [title=".rar"] floating enable for_window [title="Input Remapper"] floating enable for_window [title="Bluetooth"] floating enable for_window [app_id="open_tv"] floating enable +for_window [app_id="org.twosheds.iwgtk"] floating enable +for_window [app_id="iwgtk"] floating enable # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r reload