Prevent firefox "sharing indicator" from stealing focus
This commit is contained in:
parent
8637fce074
commit
55e72443e4
1 changed files with 7 additions and 3 deletions
|
@ -45,9 +45,13 @@ output * bg ${home}/.local/share/backgrounds/sway-dark-1920x1080.png fill
|
|||
|
||||
input type:Mouse accel_profile flat
|
||||
|
||||
# gamepad games:
|
||||
for_window [title="TrackMania Nations Forever"] inhibit_idle focus
|
||||
for_window [title="TrackMania"] inhibit_idle focus
|
||||
# auto-float
|
||||
for_window [title="Firefox — Sharing Indicator"] {
|
||||
floating enable
|
||||
move position 0 0
|
||||
}
|
||||
no_focus [title="Firefox — Sharing Indicator"]
|
||||
|
||||
|
||||
exec pipewire
|
||||
exec pipewire-pulse
|
||||
|
|
Loading…
Add table
Reference in a new issue