From fdf212d7934372163c5c5972805884c4dd6434ca Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 20 Aug 2024 23:29:38 +0200 Subject: i3: fix some hotkeys in place --- i3/i3/config | 5 +++-- 1 file 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 -- cgit v1.2.3