ソースを参照

Move scratchpad bindings to grave/tilde

Too often, minus got confused with 0.
Alois Mahdal 10 年 前
コミット
967781581f
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config ファイルの表示

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