Add scratchpad bindings to the default config.
Patch status: superseded
Patch by Deiz
To apply this patch, use:
curl http://cr.i3wm.org/patch/216/raw.patch | git am
b/i3.config
13 |
@@ -84,6 +84,12 @@ 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 first scratchpad window |
21 |
+bindsym Mod1+minus scratchpad show |
22 |
+ |
23 |
# switch to workspace |
24 |
bindsym Mod1+1 workspace 1 |
25 |
bindsym Mod1+2 workspace 2 |