From 850b7130ad784c835426a9eca7c26b0d29bd397d Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 29 Sep 2020 19:30:30 +0800 Subject: [PATCH] sway: fix firefox open in browser float no idea why it does not have that prefix anymore --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 3d61be3..b249894 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -204,7 +204,7 @@ for_window [app_id="firefox" title="^Picture-in-Picture$"] { resize set 480 270 } -for_window [app_id="firefox" title="^Extension: \(Open in Browser\) - Opening "] floating enable +for_window [app_id="firefox" title="^Opening "] floating enable for_window [app_id="firefox" title="^Nightly - Sharing Indicator"] { floating enable -- 2.45.2