diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-20 23:29:38 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 11:17:54 +0200 |
commit | fdf212d7934372163c5c5972805884c4dd6434ca (patch) | |
tree | c78e553b84e666e3ff7429cfdf0e1478e72d1927 /i3 | |
parent | 78d35f036ec3511d9a234964f9d05fae0d961c8d (diff) |
i3: fix some hotkeys in place
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 5 |
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 |