From 8d0eedb617e0309df9214945ee8c2f7c952f545a Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Tue, 8 Sep 2020 21:53:57 +0100 Subject: [PATCH] rofi: float based on window class Upstream changed the window naming behaviour so the window stopped floating. https://github.com/davatorium/rofi/commit/85279323e65ce6cfe0841f4dd6dcc73017db78f8 Signed-off-by: Joe Groocock --- i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/config b/i3/config index d59ad22..ade279f 100644 --- a/i3/config +++ b/i3/config @@ -115,7 +115,7 @@ for_window [class="floating-term" instance="termite"] floating enable for_window [class="Alacritty" instance="floating-term"] floating enable for_window [class="^jetbrains-.+$" title="win0"] floating enable for_window [window_role="floating-term"] floating enable -for_window [title="^rofi$"] floating enable +for_window [class="^Rofi$"] floating enable new_window none new_float none