summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2024-08-20 23:29:38 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2024-08-22 11:17:54 +0200
commitfdf212d7934372163c5c5972805884c4dd6434ca (patch)
treec78e553b84e666e3ff7429cfdf0e1478e72d1927
parent78d35f036ec3511d9a234964f9d05fae0d961c8d (diff)
i3: fix some hotkeys in place
-rw-r--r--i3/i3/config5
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