Quellcode durchsuchen

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 vor 9 Jahren
Ursprung
Commit
2315561705
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      dotfiles/i3/config

+ 2
- 2
dotfiles/i3/config Datei anzeigen

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