From 485b7af00b4c90bdd3515c79ceb634bfc9703b98 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 22 Dec 2020 12:58:39 +0200 Subject: [PATCH] sway/config: Send sharing indicator to scratchpad This is a neat trick to automatically send the annoying sharing indicator in Firefox and Chrome to the scratch pad. See: https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/ --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index 7c299ae..d091015 100644 --- a/sway/config +++ b/sway/config @@ -33,6 +33,9 @@ assign [app_id="geary"] 3 assign [app_id="thunderbird"] 3 for_window [app_id="gnome-calculator"] floating enable for_window [app_id="firefox" title="About Firefox"] floating enable +# Send the sharing indicator in Chrome and Firefox to the scratchpad +# https://www.reddit.com/r/swaywm/comments/kee35j/permanently_floating_windows/ +for_window [title=".+[Ss]haring (Indicator|your screen)"] floating enable, move to scratchpad ### Output configuration #