From 3b1049de507aa5e57ec354dea27f57dfe779fdcc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 23 Feb 2019 13:37:31 +0000 Subject: [PATCH] Add scratchpad shortcuts --- files/i3.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/i3.conf b/files/i3.conf index 3ddaaf8..9bb3d77 100644 --- a/files/i3.conf +++ b/files/i3.conf @@ -72,6 +72,9 @@ bindsym $mod+{{ i }} workspace {{ i }} bindsym $mod+Shift+{{ i }} move container to workspace {{ i }} {% endfor %} +bindsym $mod+Shift+minus move scratchpad +bindsym $mod+minus scratchpad show + # Resize set $resize_increment 5 mode "resize" {