From e3c740429e0125608e124b760b513841dce20d8d Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 6 Sep 2019 13:53:37 +0300 Subject: [PATCH] Force Firefox about window to float --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 39350a9..0141e47 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -250,6 +250,8 @@ for_window [title="^Authy$"] floating enable for_window [class="chrome-token-signing"] floating enable # Launcher for_window [class="Rofi"] floating enable +# Firefox about window +for_window [instance="Browser" window_role="About"] floating enable # screenshots bindsym Print exec ~/.bin/wscreenshot.py