From aae8b920a5e3e1f05474601d079f249d130ae06f Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 8 Mar 2019 17:08:47 +0200 Subject: [PATCH] Fix matching of authy window --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 8a706ec..c48853a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -229,7 +229,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl --quiet set 5%- # launcher float for_window [title=".*swayapplauncher.*"] floating enable -for_window [title="Authy"] floating enable +for_window [title="^Authy$"] floating enable # screenshots bindsym Print exec grim $(xdg-user-dir PICTURES)/$(date +'screenshot_%Y-%m-%d-%H%M%S_grim.png')