From: Michael Stapelberg Date: Mon, 11 Jul 2011 14:57:16 +0000 (+0200) Subject: default config: add binding to change focus between tiling / floating windows X-Git-Tag: tree-pr4~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fa0c8e41403556153d9e006b329fa2ff19091091;p=i3%2Fi3 default config: add binding to change focus between tiling / floating windows --- 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