diff options
-rw-r--r-- | i3/i3/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index e425978..d785a79 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -185,6 +185,13 @@ bar { } +# Scratchpad +# Make the currently focused window a scratchpad +bindsym $mod+Shift+minus move scratchpad +# Show the first scratchpad window +bindsym $mod+minus scratchpad show + + ## Clipboard Screenshots bindsym Print exec --no-startup-id maim | xclip -selection clipboard -t image/png bindsym Shift+Print exec --no-startup-id maim --select | xclip -selection clipboard -t image/png |