Quellcode durchsuchen

Move scratchpad bindings to grave/tilde

Too often, minus got confused with 0.
Alois Mahdal vor 10 Jahren
Ursprung
Commit
967781581f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config Datei anzeigen

@@ -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"