aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/.config/herbstluftwm/cycle_main_monitors.sh
blob: ba9682dcdcae2c282cff65506748ac61c08a5803 (plain)
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 1
while $(hc compare monitors.focus.name "!=" "")
do
    hc cycle_monitor 1
done

hc unlock