From e03ca9b25ff39d36bbd46a8f16cef4a494d1d687 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 10 Feb 2016 11:15:58 +0100 Subject: Only use 2 tags (one for each screen) --- herbstluftwm/.config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm/.config') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index e52facd..9d0b64a 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -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 -- cgit v1.2.3-54-g00ecf