move Firefox sharing indicator to sway workspace 7 #85
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/85/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@ -67,3 +63,1 @@
for_window [app_id="screen-recorder" title="Alacritty"] move to workspace $ws7, floating disable
no_focus [app_id="screen-recorder"]
for_window [title="Firefox — Sharing Indicator"] move to workspace $ws7, floating disable
for_window [title="Firefox — Sharing Indicator"] move to workspace $ws7, floating enable
Do we also want to explicitly stop it from receiving focus? https://i3wm.org/docs/userguide.html#no_focus
Feedback integrated
LGTM