i3 - improved tiling WM


Add scratchpad bindings to the default config.

Patch status: merged

Patch by Deiz

To apply this patch, use:
curl http://cr.i3wm.org/patch/219/raw.patch | git am

b/i3.config

13
@@ -84,6 +84,13 @@ bindsym Mod1+a focus parent
14
 # focus the child container
15
 #bindsym Mod1+d focus child
16
 
17
+# move the currently focused window to the scratchpad
18
+bindsym Mod1+Shift+minus move scratchpad
19
+
20
+# Show the next scratchpad window or hide the focused scratchpad window.
21
+# If there are multiple scratchpad windows, this command cycles through them.
22
+bindsym Mod1+minus scratchpad show
23
+
24
 # switch to workspace
25
 bindsym Mod1+1 workspace 1
26
 bindsym Mod1+2 workspace 2