15 lines
869 B
Text
15 lines
869 B
Text
for_window [app_id="lxqt-policykit-agent"] floating enable
|
|
for_window [title="flameshot" app_id="flameshot"] fullscreen enable global
|
|
|
|
for_window [window_type="dialog"] floating enable
|
|
for_window [window_role="dialog"] floating enable
|
|
|
|
|
|
# For pop up notification windows that don't use notifications api
|
|
for_window [class="zoom" title="^zoom$"] border none, floating enable
|
|
# For specific Zoom windows
|
|
for_window [class="zoom" title="^(Zoom|About)$"] border pixel, floating enable
|
|
for_window [class="zoom" title="Settings"] floating enable, floating_minimum_size 960 x 700
|
|
for_window [class="zoom" title="Zoom - Licensed account"] floating disable
|
|
# Open Zoom Meeting windows on a new workspace (a bit hacky)
|
|
for_window [class="zoom" title="Zoom Meeting(.*)?"] workspace next_on_output --create, move container to workspace current, floating disable, inhibit_idle open
|