From 154bd8a7a1c6f8f8c52635079bb872b83245ae7f Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 11 Mar 2020 02:39:52 -0500 Subject: [PATCH] scratchpad keybinds work again. --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index e3ca8e9..394cabe 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -100,9 +100,9 @@ font pango:DejaVu Sans Mono 8 bindsym $mod+Shift+a sticky toggle #make currently focused window a scratchpad - bindsym $mod+shift+` move scratchpad + bindsym $mod+shift+o move scratchpad #and hide and show it - bindsym $mod+` scratchpad show + bindsym $mod+o scratchpad show #workspace switching # Define names for default workspaces for which we configure key bindings later on. We use variables to avoid repeating the names in multiple places.