graphical: move FF sharing indicator to sway ws 7
The Firefox sharing indicator sometimes doesn't like to float like it should, and when it does, it usually floats over UI elements you'd like to use. Moving it to sway workspace 7 should get it mostly out of the way Explicitly stop focus for FF Sharing Indicator
This commit is contained in:
parent
05c72f28af
commit
036de0adc2
|
@ -58,10 +58,11 @@ for_window [window_role="task_dialog"] floating enable
|
||||||
for_window [window_role="Preferences"] floating enable
|
for_window [window_role="Preferences"] floating enable
|
||||||
for_window [window_type="dialog"] floating enable
|
for_window [window_type="dialog"] floating enable
|
||||||
for_window [window_type="menu"] floating enable
|
for_window [window_type="menu"] floating enable
|
||||||
for_window [title="About Mozilla Firefox"] floating enabled
|
for_window [title="About Mozilla Firefox"] floating enable
|
||||||
for_window [title="Password Required - Mozilla Firefox"] floating enabled
|
for_window [title="Password Required - Mozilla Firefox"] floating enable
|
||||||
for_window [title="Firefox — Sharing Indicator"] floating enabled, move to workspace $ws7
|
for_window [title="Firefox — Sharing Indicator"] move to workspace $ws7, floating enable
|
||||||
for_window [title="Extension: (Open in Browser)*"] floating enabled
|
no_focus [title="Firefox — Sharing Indicator"]
|
||||||
|
for_window [title="Extension: (Open in Browser)*"] floating enable
|
||||||
|
|
||||||
# qMasterPassword floating menu
|
# qMasterPassword floating menu
|
||||||
for_window [title="qMasterPassword"] focus
|
for_window [title="qMasterPassword"] focus
|
||||||
|
|
Loading…
Reference in a new issue