summaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/i3/config7
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