From 7d03d80d53f8d39fa606ed0bcc2b549dbc1cbc77 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 4 Jul 2021 19:23:20 +0200 Subject: [PATCH] i3: floating --- i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/config b/i3/config index 5dc35e4..4a2093a 100644 --- a/i3/config +++ b/i3/config @@ -165,3 +165,8 @@ bindsym $mod1+Return exec alacritty # starte nextcloud exec --no-startup-id /usr/bin/nextcloud + +# starte "taschenrechner" immer als floating windows +for_window [title="Taschenrechner"] floating enable + +#for_window [window_role="About"] floating enable