From 734e486f52e1669909b877e6413073d47feb4745 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 8 Dec 2022 12:10:34 +0530 Subject: [PATCH] sway: Kill the firefox sharing indicator --- sway/.config/sway/config.d/70-app.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config.d/70-app.conf b/sway/.config/sway/config.d/70-app.conf index 32cb7a8..bab297c 100644 --- a/sway/.config/sway/config.d/70-app.conf +++ b/sway/.config/sway/config.d/70-app.conf @@ -1,7 +1,8 @@ for_window [app_id="pavucontrol"] floating enable, resize set width 1080 px height 720px for_window [app_id="blueman-manager"] floating enable, resize set width 800 px height 600px -for_window [title="Firefox — Sharing Indicator"] floating enable -for_window [title="Firefox — Sharing Indicator"] no_focus +for_window [app_id="firefox" title="Firefox — Sharing Indicator"] { + kill +} for_window [app_id="gst-launch-1.0"] floating enable, resize set width 1920 px height 1080px assign [app_id="gst-launch-1.0"] 5 assign [title="gst-play-1.0"] 5