dotfiles/scripts/deskh

7 lines
73 B
Plaintext
Raw Permalink Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
for i in {101..110};
do
bspc desktop -f $i || true
done