commit f6da1572a9fb6bca4498c41972ace34ef5c3af28
parent 9ff7566219b81a16f7e656e19c8ef86cbcb32141
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Wed, 24 Jun 2020 18:16:09 -0400
Add script to control cmus
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/cmus-control.sh b/.local/bin/cmus-control.sh
@@ -4,7 +4,7 @@
# If it is running, passes the command given to the script to cmus-remote
if ! pgrep -x cmus; then
- "$TERMINAL" -e cmus
+ st -e cmus
else
cmus-remote "$1"
fi