about summary refs log tree commit diff
path: root/modules/workstation/windowing/sway/config.in
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-11-23 12:26:44 +0000
committerAlyssa Ross <hi@alyssa.is>2020-11-27 13:04:26 +0000
commit351b60134ce239fb3ec95319692930b3ef351f82 (patch)
tree800a85f44bcd7446767d7e1c5a4b284c96cce737 /modules/workstation/windowing/sway/config.in
parent980c56576b406f66ac16e33f1cde26d855e3400d (diff)
downloadnixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar.gz
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar.bz2
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar.lz
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar.xz
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.tar.zst
nixlib-351b60134ce239fb3ec95319692930b3ef351f82.zip
modules/sway: fix Firefox Sharing Indicator float
Recent versions of Firefox seem to have changed to a different type of
dash, so let's be future proof by just matching any character
separating the application name from the window type.
Diffstat (limited to 'modules/workstation/windowing/sway/config.in')
-rw-r--r--modules/workstation/windowing/sway/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/workstation/windowing/sway/config.in b/modules/workstation/windowing/sway/config.in
index a6928c893173..bedb612916c9 100644
--- a/modules/workstation/windowing/sway/config.in
+++ b/modules/workstation/windowing/sway/config.in
@@ -20,8 +20,8 @@ for_window [class="XDvi" instance="xdvi"] floating disable
 # Stop the Firefox sharing indicator (that appears when on an
 # audio/video call) tiling, or appearing in the center of the display,
 # or being focused.
-no_focus [title="(Firefox|Nightly) - Sharing Indicator"]
-for_window [title="(Firefox|Nightly) - Sharing Indicator"] {
+no_focus [title="(Firefox|Nightly) . Sharing Indicator"]
+for_window [title="(Firefox|Nightly) . Sharing Indicator"] {
     floating enable
     sticky enable