Skip to content

Instantly share code, notes, and snippets.

@drewhoener
Created August 22, 2017 04:49
Show Gist options
  • Save drewhoener/3b5ca1fc1ecb32c3a22926ab0c96f2a8 to your computer and use it in GitHub Desktop.
Save drewhoener/3b5ca1fc1ecb32c3a22926ab0c96f2a8 to your computer and use it in GitHub Desktop.
i=1
for monitor in $(bspc query -M); do
bspc monitor $monitor -d $monitor/1 $monitor/2 $monitor/3 $monitor/4 $monitor/5 $monitor/6 $monitor/7 $monitor/8 $monitor/9 $monitor/10
let i++
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment