Explorar el Código

Move scratchpad bindings to grave/tilde

Too often, minus got confused with 0.
Alois Mahdal hace 10 años
padre
commit
967781581f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config Ver fichero

@@ -121,8 +121,8 @@ bindsym $mod+Shift+8 move container to workspace $w8
121 121
 bindsym $mod+Shift+9 move container to workspace $w9
122 122
 bindsym $mod+Shift+0 move container to workspace $w0
123 123
 
124
-bindsym $mod+Shift+minus move scratchpad
125
-bindsym $mod+minus scratchpad show
124
+bindsym $mod+Shift+grave move scratchpad
125
+bindsym $mod+grave scratchpad show
126 126
 
127 127
 # mark mode
128 128
 bindsym $mod+equal               mode "mark"