sway: allow select Zoom windows to float
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user