Update the mowedline taglist

This commit is contained in:
Tom Willemse 2015-09-03 16:00:11 +02:00
parent 7fa022cde6
commit 261659cb0f

View file

@ -150,3 +150,10 @@ hc load 2 '(clients max:0)'
hc focus_edge left hc focus_edge left
hc unlock 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 &