From fa0c8e41403556153d9e006b329fa2ff19091091 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 11 Jul 2011 16:57:16 +0200 Subject: [PATCH] default config: add binding to change focus between tiling / floating windows --- i3.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3.config b/i3.config index 4c49e4bc..b1a75bb3 100644 --- a/i3.config +++ b/i3.config @@ -59,6 +59,9 @@ bindsym Mod1+l layout default # toggle tiling / floating bindsym Mod1+Shift+space floating toggle +# change focus between tiling / floating windows +bindsym Mod1+space focus mode_toggle + # focus the parent container bindsym Mod1+u focus parent -- 2.39.2