From 776dba13a14965ee2ec6b39a5e8531a2eb482fb3 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Thu, 29 Apr 2021 10:38:50 +0200 Subject: [PATCH] sway: add more floating windows --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 1858f76..8dab8e9 100644 --- a/config +++ b/config @@ -278,13 +278,16 @@ bindsym $mod+m mode "move" # Window Rules: # for_window [title="nmtui"] floating enable +for_window [app_id="nm-connection-editor"] floating enable for_window [title="float*"] floating enable for_window [app_id="pavucontrol"] floating enable for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable for_window [app_id="imv"] floating enable for_window [app_id=".*"] title_format '%title (%app_id)' for_window [class=".*"] title_format '%title (%class:%instance)' +# different dashes! for_window [app_id="firefox" title="Firefox — Sharing Indicator"] floating enable +for_window [app_id="firefox" title="Firefox - Sharing Indicator"] floating enable for_window [app_id="firefox" title="Picture-in-Picture"] floating enable for_window [title="bluetoothctl"] floating enable for_window [title="fzf"] floating enable