feat(zoom): configure window settings

This commit is contained in:
Oliver Davies 2023-07-24 15:12:03 +01:00
parent 1dd6dc16e5
commit e0c37b06e7

View file

@ -128,6 +128,13 @@
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
for_window [class="vlc"] inhibit_idle fullscreen
for_window [app_id="zoom"] floating enable
for_window [app_id="zoom" title="Choose ONE of the audio conference options"] floating enable
for_window [app_id="firefox" title="Firefox Sharing Indicator"] floating enable
for_window [app_id="zoom" title="zoom"] floating enable
for_window [app_id="zoom" title="Zoom Meeting"] floating disable
for_window [app_id="zoom" title="Zoom - Free Account"] floating disable
'';
};