Only use 2 tags (one for each screen)
This commit is contained in:
parent
5d42e4f0ac
commit
e03ca9b25f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue