Browse Source

Move scratchpad bindings to grave/tilde

Too often, minus got confused with 0.
Alois Mahdal 10 years ago
parent
commit
967781581f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

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