#!/bin/sh pgrep -x bspwm >/dev/null && bspc rule -a mpv --one-shot state=floating nohup mpv --geometry=-20-20 --autofit=40% "$@" >/dev/null &