cmus-discord-rpc icon indicating copy to clipboard operation
cmus-discord-rpc copied to clipboard

IS THERE A Way to make it start witrrh cmus and close when cmus is closed?

Open autoteelar opened this issue 4 years ago • 2 comments

autoteelar avatar May 13 '21 01:05 autoteelar

You can just run it in the background, it will wait for cmus to start

Bond-009 avatar May 15 '21 19:05 Bond-009

@autoteelar i have a shell script (music.sh) here that does that:

#!/bin/bash
cmus-discord-rpc 2>/dev/null & cmus

hope it works for you.

liaminventions avatar Dec 31 '23 19:12 liaminventions