diff options
-rw-r--r-- | i3/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/i3/config b/i3/i3/config index e68b965..5a637df 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -189,9 +189,10 @@ bar { # Scratchpad # Make the currently focused window a scratchpad -bindsym $mod+Shift+minus move scratchpad +# 61 is / (en) or - (es) +bindcode $mod+Shift+61 move scratchpad # Show the first scratchpad window -bindsym $mod+minus scratchpad show +bindcode $mod+61 scratchpad show ## Clipboard Screenshots |