소스 검색

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"