From e9b8307829341a50b6c9a2218c7ddfbe3ffbf458 Mon Sep 17 00:00:00 2001 From: Deiz Date: Sat, 14 Sep 2013 14:57:42 -0400 Subject: [PATCH] Add scratchpad bindings to the default config. --- i3.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i3.config b/i3.config index ff6c9dbe8..de7e1fec5 100644 --- a/i3.config +++ b/i3.config @@ -84,6 +84,13 @@ bindsym Mod1+a focus parent # focus the child container #bindsym Mod1+d focus child +# move the currently focused window to the scratchpad +bindsym Mod1+Shift+minus move scratchpad + +# Show the next scratchpad window or hide the focused scratchpad window. +# If there are multiple scratchpad windows, this command cycles through them. +bindsym Mod1+minus scratchpad show + # switch to workspace bindsym Mod1+1 workspace 1 bindsym Mod1+2 workspace 2