summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xherbstluftwm/.config/herbstluftwm/autostart7
1 files changed, 7 insertions, 0 deletions
diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart
index cc4b283..36a05c9 100755
--- a/herbstluftwm/.config/herbstluftwm/autostart
+++ b/herbstluftwm/.config/herbstluftwm/autostart
@@ -150,3 +150,10 @@ hc load 2 '(clients max:0)'
hc focus_edge left
hc unlock
+
+# Update tag list
+while true; do
+ mowedline-client update "taglist" "$(herbstclient tag_status)" \
+ 2>/dev/null
+ herbstclient --wait tag_changed >/dev/null
+done &