sway: allow select Zoom windows to float

This commit is contained in:
2025-08-01 02:31:55 +00:00
parent 1085978f99
commit 5b10ff1e1e

View File

@@ -163,6 +163,16 @@ mode "resize" {
for_window [app_id="me.gapixels.Megapixels"] inhibit_idle open for_window [app_id="me.gapixels.Megapixels"] inhibit_idle open
for_window [app_id="org.gnome.Maps"] inhibit_idle visible for_window [app_id="org.gnome.Maps"] inhibit_idle visible
#### Zoom: allow screen-sharing menu to float; see <https://www.reddit.com/r/archlinux/comments/19ecsv5/comment/ktot9hf/>
#### known window titles:
#### - "as_toolbar" (presenter toolbar)
#### - "Meeting" (main meeting window)
#### - "Zoom Workplace" ("End Meeting?" overlay; Zoom launch screen BEFORE authenticating)
#### - "Zoom Workplace - Licensed account" (Zoom launch screen AFTER authenticating)
for_window [app_id="Zoom Workplace" title="^as_toolbar$"] floating enable, floating_minimum_size 250 x 400
for_window [app_id="Zoom Workplace" title="^Zoom Workplace$"] floating enable, floating_minimum_size 250 x 400
for_window [app_id="Zoom Workplace" title="^Zoom Workplace - Licensed account$"] floating disable
# workspace assignments # workspace assignments
workspace 1 output $out_desko_2 $out_flowy_int workspace 1 output $out_desko_2 $out_flowy_int
workspace TV output $out_cuddlevision $out_theater $out_projector workspace TV output $out_cuddlevision $out_theater $out_projector