]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - herbstluftwm/autostart
herbstluftwm/autostart: also create tag 0
[config/dotfiles.git] / herbstluftwm / autostart
index d58ff9ed6dab4d184b43ac486def88cce78154ae..a9d530f2fc561be4160a55455907b77babc73561 100755 (executable)
@@ -70,10 +70,10 @@ hc keybind $mod-Shift-q quit
 # Lock the screen.
 hc keybind $mod-z spawn "$HOME/.xlockscreen" lock
 
-# Tag key bindings. Create tags 1 to 9 with bindings to switch and move
+# Tag key bindings. Create tags 1 to 0 with bindings to switch and move
 # windows to them.
 hc rename default 1 2>/dev/null || true
-for i in `seq 1 9`; do
+for i in `seq 1 9` 0; do
     hc add "$i"
     hc keybind "$mod-$i" use "$i"
     hc keybind "$mod-Shift-$i" move "$i"