#!/bin/bash if [ -z $1 ]; then cat <(echo -e "Chat\nWeb\nMail\nMusique") <(bspc query --names -D) | sort -u else ~/scripts/sxhkd/show.sh $1 fi