]> git.sur5r.net Git - i3/i3/blobdiff - i3.config
Implement selecting the next tiling/floating window (using "focus")
[i3/i3] / i3.config
index 7bc3fe80927a96dda12681f2250cb45cd7d7d9ab..19f3caee50cdd3ddfb135b42202797dc60191a1c 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -18,9 +18,13 @@ bind Mod1+43 s
 # Default (Mod1+e)
 bind Mod1+26 d
 
-# Toggle tiling/floating of the current window
+# Toggle tiling/floating of the current window (Mod1+Shift+Space)
 bind Mod1+Shift+65 t
 
+# Go into the tiling layer / floating layer, depending on whether
+# the current window is tiling / floating (Mod1+t)
+bind Mod1+28 focus ft
+
 # Focus (Mod1+j/k/l/;)
 bind Mod1+44 h
 bind Mod1+45 j