From 3032727fe480d47898242f6f313a521cea0bee33 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 6 Oct 2020 10:35:02 +0000 Subject: modules/sway: also apply Firefox rules to Nightly --- modules/workstation/windowing/sway/config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/workstation/windowing/sway/config.in b/modules/workstation/windowing/sway/config.in index 95cdc124e50d..18a6ce048358 100644 --- a/modules/workstation/windowing/sway/config.in +++ b/modules/workstation/windowing/sway/config.in @@ -19,8 +19,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 - Sharing Indicator"] -for_window [title="Firefox - Sharing Indicator"] { +no_focus [title="(Firefox|Nightly) - Sharing Indicator"] +for_window [title="(Firefox|Nightly) - Sharing Indicator"] { floating enable sticky enable -- cgit 1.4.1