28 lines
586 B
Plaintext
28 lines
586 B
Plaintext
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="annotate_toolbar"] {
|
|
floating enable
|
|
}
|
|
|
|
# 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
|
|
}
|