summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2021-04-18 00:36:44 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2021-04-18 00:36:44 +0200
commit5aa1c3e1b750f8c5e0325116c0548d93d0122e6a (patch)
treeefe2543dfcbde619789dcd73c507ce1896f84ff8
parent7c913fedb36a4b62a0a9bf84759d853ff7d9b5bf (diff)
i3: activate scratchpad
-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