From e252166331f4186c4a6c3861a6a0615533c52eef Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 29 May 2015 13:09:06 +0200 Subject: i3: Add scratchpad shortcuts --- i3/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i3') diff --git a/i3/config b/i3/config index 7160ada..85ebb1c 100644 --- a/i3/config +++ b/i3/config @@ -157,6 +157,12 @@ bindsym $mod+b border normal bindsym $mod+p border 1pixel bindsym $mod+n border none +# Make the currently focused window a scratchpad +bindsym $mod+Shift+minus move scratchpad + +# Show the first scratchpad window +bindsym $mod+minus scratchpad show + for_window [class="Gifview"] floating enable exec --no-startup-id dex -s $HOME/.config/autostart -a -e i3 -- cgit v1.2.3-54-g00ecf