From 25376d65523539805cee22606155cb5dfecb2515 Mon Sep 17 00:00:00 2001 From: Florian Schrofner Date: Sat, 1 May 2021 11:43:34 +0200 Subject: [PATCH] always use floating mode for lazarus ide --- cdist/type/__manjaro_desktop/dotfiles/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cdist/type/__manjaro_desktop/dotfiles/i3/config b/cdist/type/__manjaro_desktop/dotfiles/i3/config index 43bf438..f6d184e 100644 --- a/cdist/type/__manjaro_desktop/dotfiles/i3/config +++ b/cdist/type/__manjaro_desktop/dotfiles/i3/config @@ -205,3 +205,5 @@ bar { binding_mode #FF5555 #FF5555 #F8F8F2 } } + +for_window [class="Lazarus" instance="*"] floating enable \ No newline at end of file