From cb5829f38c4d52478a0b10b9643f501f4c360a61 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 23 Apr 2020 13:22:03 +0200 Subject: sway: float firefox sharing indicator --- .config/sway/auto.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/sway/auto.conf b/.config/sway/auto.conf index 8510cf7..c25f5af 100644 --- a/.config/sway/auto.conf +++ b/.config/sway/auto.conf @@ -26,6 +26,8 @@ for_window [app_id="Nightly" title="Picture-in-Picture"] \ floating enable, sticky enable, border none for_window [app_id="Nightly" title="^Developer Tools - "] \ floating enable, border pixel +for_window [app_id="firefox" title="- Sharing Indicator$"] \ + floating enable, border none, move position 0 1250, sticky enable # Tag windows for_window [app_id="firefox"] mark browser -- cgit 1.4.1