From a46ffe6e8aafcb53a024716514a5a41067858813 Mon Sep 17 00:00:00 2001 From: Felix Wittwer Date: Wed, 26 May 2021 11:52:34 +0200 Subject: [PATCH] Autofloat for some Firefox & zoom windows --- entropy/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/entropy/sway/config b/entropy/sway/config index 1ac5040..9035dbc 100644 --- a/entropy/sway/config +++ b/entropy/sway/config @@ -227,6 +227,12 @@ bindsym XF86AudioRaiseVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ +5%' bindsym XF86AudioLowerVolume exec 'pactl set-sink-volume @DEFAULT_SINK@ -5%' bindsym XF86AudioMute exec 'pactl set-sink-mute @DEFAULT_SINK@ toggle' +# automatically float windows that are intended to do so +for_window [title="Picture-in-Picture" app_id="firefox"] floating enable +for_window [title="Firefox — Sharing Indicator" app_id="firefox"] floating enable +# those frickin' zoom popups +for_window [title="zoom"] floating enable + # # Status Bar: