From 26b6b4505ba18f09738309e5ce5eee9abad69f6a Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Wed, 23 Dec 2020 17:08:43 +0530 Subject: [PATCH] sway: Prevent firefox sharing indicator from opening in full size window This is due an upstream bug https://bugzilla.mozilla.org/show_bug.cgi?id=1628431 --- sway/.config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 90a80c6..a1a04cd 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -264,6 +264,8 @@ include /etc/sway/config.d/* # Application for which we want some default settings or layout for_window [app_id="pavucontrol"] floating enable, sticky enable, resize set width 800 px height 600px for_window [app_id="blueman-manager"] floating enable, sticky enable, resize set width 800 px height 600px +for_window [title="Firefox — Sharing Indicator"] floating enable +for_window [title="Firefox — Sharing Indicator"] no_focus # Call kanshi to automatically configure connected display outputs exec kanshi