From 7fe7859d96543bdd9f2314e96f77ae7534917260 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 16 Oct 2020 18:19:02 +0200 Subject: [PATCH] config: herbstluftwm: autostart: add additional tag/workspace --- config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index ca6d427..73a1aca 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -92,7 +92,7 @@ hc keybind XF86AudioRaiseVolume chain . spawn pactl set-sink-mute @DEFAULT_SINK@ hc keybind XF86AudioMicMute chain . spawn pactl set-source-mute 1 toggle . spawn herbstclient emit_hook UPDATE # tags -tag_names=( {1..9} ) +tag_names=( {1..9} 10 ) tag_keys=( {1..9} 0 ) hc rename default "${tag_names[0]}" || true