1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/bash hc() { herbstclient "$@" } hc lock hc cycle_monitor while $(hc compare monitors.focus.name "!=" "") do hc cycle_monitor done hc unlock