i3 - improved tiling WM


Add scratchpad bindings to the default config.

Patch status: superseded

Patch by Deiz

To apply this patch, use:
curl http://cr.i3wm.org/patch/217/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
+# Shows the first scratchpad window if no scratchpad window is focused.
21
+# If called on a scratchpad window, puts it on the bottom of the scratchpad.
22
+bindsym Mod1+minus scratchpad show
23
+
24
 # switch to workspace
25
 bindsym Mod1+1 workspace 1
26
 bindsym Mod1+2 workspace 2