]> git.sur5r.net Git - i3/i3/commitdiff
default config: add binding to change focus between tiling / floating windows
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Jul 2011 14:57:16 +0000 (16:57 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 11 Jul 2011 14:57:16 +0000 (16:57 +0200)
i3.config

index 4c49e4bc1284d81f68effdb185907d916c8d90ac..b1a75bb3c09d95f169a77c8d13a423c9aa8d9db1 100644 (file)
--- 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