From 261659cb0feee5b8d2f20f6bbf5b3df2cbbbc033 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 3 Sep 2015 16:00:11 +0200 Subject: Update the mowedline taglist --- herbstluftwm/.config/herbstluftwm/autostart | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'herbstluftwm/.config') 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 & -- cgit v1.2.3-54-g00ecf