From 5aa1c3e1b750f8c5e0325116c0548d93d0122e6a Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sun, 18 Apr 2021 00:36:44 +0200 Subject: i3: activate scratchpad --- i3/i3/config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'i3') 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 -- cgit v1.2.3