config: herbstluftwm: autostart: add additional tag/workspace

This commit is contained in:
Thomas Preisner 2020-10-16 18:19:02 +02:00
parent 908ee27e3f
commit 7fe7859d96

View file

@ -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 hc keybind XF86AudioMicMute chain . spawn pactl set-source-mute 1 toggle . spawn herbstclient emit_hook UPDATE
# tags # tags
tag_names=( {1..9} ) tag_names=( {1..9} 10 )
tag_keys=( {1..9} 0 ) tag_keys=( {1..9} 0 )
hc rename default "${tag_names[0]}" || true hc rename default "${tag_names[0]}" || true