From e0a76c26f9164e070166fcc62e1c287cc1033eef Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 7 Sep 2017 12:00:21 +0200 Subject: [PATCH] herbstluftwm/autostart: also create tag 0 One more tag is nice and fits the number placement on the keyboard. --- herbstluftwm/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index d58ff9e..a9d530f 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -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" -- 2.43.2