#!/bin/bash

for i in {101..110};
do
    bspc desktop -f $i || true
done