dtfscript: Unify bspwm requirement logs

This commit is contained in:
Salt 2018-09-19 17:45:11 -05:00
parent 6167c59edc
commit 6d0a3bd603

View File

@ -7,7 +7,7 @@
#
if ! pgrep bspwm > /dev/null 2>&1; then
tsk_log "Not running in bspwm"
tsk_log "Not under bspwm"
exit 1
fi