Only use 2 tags (one for each screen)

This commit is contained in:
Tom Willemse 2016-02-10 11:15:58 +01:00
parent 5d42e4f0ac
commit e03ca9b25f

View file

@ -37,7 +37,7 @@ hc keybind Control-Mod1-l spawn i3lock --color 000000
hc set default_frame_layout 2
# tags
TAG_NAMES=( {1..9} )
TAG_NAMES=( {1..2} )
TAG_KEYS=( {1..9} 0 )
hc rename default "${TAG_NAMES[0]}" || true