From 3ab6d6ea8ec81cdf11e41cfedc55a185e0d66c00 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Mon, 20 Jun 2022 18:13:40 -0400 Subject: [PATCH] Make pinentry and firefox share indicator float --- sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/config b/sway/config index cd84971..a3bd134 100644 --- a/sway/config +++ b/sway/config @@ -308,3 +308,6 @@ client.unfocused #711A75 #711A75 #ffffff #711A75 #711A75 client.urgent #F582A7 #F582A7 #000000 #F582A7 #F582A7 include /etc/sway/config.d/* + +for_window [app_id="pinentry-qt"] floating enable +for_window [app_id="firefox" title="Firefox — Sharing Indicator"] floating enable, move position 1200 px 90 px \ No newline at end of file