Browse Source

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 years ago
parent
commit
2315561705
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config View File

115
 bindsym $mod+Shift+Page_Up   move container to workspace prev_on_output
115
 bindsym $mod+Shift+Page_Up   move container to workspace prev_on_output
116
 bindsym $mod+Shift+Page_Down move container to workspace next_on_output
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
 # mark mode
121
 # mark mode
122
 bindsym $mod+equal               mode "mark"
122
 bindsym $mod+equal               mode "mark"