From dab83ba413cca0beb06967c0da107097f4480f9b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 21 Nov 2010 17:04:35 +0100 Subject: [PATCH] add shortcut to default config for tiling/floating toggle --- i3.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3.config b/i3.config index 132918f2..185c2462 100644 --- a/i3.config +++ b/i3.config @@ -34,6 +34,9 @@ bindsym Mod1+w layout tabbed # Default (Mod1+l) bindsym Mod1+l layout default +# toggle tiling / floating +bindsym Mod1+Shift+space mode toggle + bindsym Mod1+u level up #bindsym Mod1+d level down -- 2.39.5