feat(zoom): configure window settings
This commit is contained in:
parent
1dd6dc16e5
commit
e0c37b06e7
|
@ -128,6 +128,13 @@
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||||
|
|
||||||
for_window [class="vlc"] inhibit_idle fullscreen
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue