Files
dotfiles/.config/sway/config.d/50-rules-zoom.conf
2026-05-18 08:46:42 +02:00

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
}