From 4bc9cd4299c5c17992ec9b498a823a0ae4c9de60 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 3 Apr 2020 20:00:51 +0200 Subject: [PATCH] Add scratchpad config Signed-off-by: Knut Ahlers --- .config/i3/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 621a49f..e1a1dda 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -137,6 +137,10 @@ bindsym $mod+Shift+8 move container to workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 +# configure shortcuts for scratchpad +bindsym $mod+Shift+BackSpace move scratchpad +bindsym $mod+backslash scratchpad show + # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)