sway: Prevent firefox sharing indicator from opening in full size window
This is due an upstream bug https://bugzilla.mozilla.org/show_bug.cgi?id=1628431
This commit is contained in:
parent
f73f40f5af
commit
26b6b4505b
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ include /etc/sway/config.d/*
|
||||||
# Application for which we want some default settings or layout
|
# Application for which we want some default settings or layout
|
||||||
for_window [app_id="pavucontrol"] floating enable, sticky enable, resize set width 800 px height 600px
|
for_window [app_id="pavucontrol"] floating enable, sticky enable, resize set width 800 px height 600px
|
||||||
for_window [app_id="blueman-manager"] floating enable, sticky enable, resize set width 800 px height 600px
|
for_window [app_id="blueman-manager"] floating enable, sticky enable, resize set width 800 px height 600px
|
||||||
|
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||||
|
for_window [title="Firefox — Sharing Indicator"] no_focus
|
||||||
|
|
||||||
# Call kanshi to automatically configure connected display outputs
|
# Call kanshi to automatically configure connected display outputs
|
||||||
exec kanshi
|
exec kanshi
|
||||||
|
|
Loading…
Reference in a new issue