From 4ce968227195ef98e2b2caaabeba59be1dae7471 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 24 Aug 2017 14:53:48 +0100 Subject: [PATCH] Match exactly on 'rofi' floating rule --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 18f6f4d..c32ec66 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -137,7 +137,7 @@ for_window [window_role="floating-term"] floating enable for_window [window_role="pop-up"] floating enable for_window [window_role="i3blocks-update-term"] floating enable for_window [window_role="i3blocks-clock-term"] floating enable -for_window [title="rofi"] floating enable +for_window [title="^rofi$"] floating enable new_window pixel 5 new_float none