Update the mowedline taglist
This commit is contained in:
parent
7fa022cde6
commit
261659cb0f
1 changed files with 7 additions and 0 deletions
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue