Просмотр исходного кода

Rebase scratchpad mappings onto Tab

Far too often I miss the grave and hit Escape; Tab is safer and also
more intuitive, should one remember the ancient windoze times...
Alois Mahdal 9 лет назад
Родитель
Сommit
2315561705
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config Просмотреть файл

@@ -115,8 +115,8 @@ bindsym $mod+Shift+0 move container to workspace $w0
115 115
 bindsym $mod+Shift+Page_Up   move container to workspace prev_on_output
116 116
 bindsym $mod+Shift+Page_Down move container to workspace next_on_output
117 117
 
118
-bindsym $mod+Shift+grave move scratchpad
119
-bindsym $mod+grave scratchpad show
118
+bindsym $mod+Shift+Tab move scratchpad
119
+bindsym $mod+Tab scratchpad show
120 120
 
121 121
 # mark mode
122 122
 bindsym $mod+equal               mode "mark"