cmus-discord-rpc
cmus-discord-rpc copied to clipboard
IS THERE A Way to make it start witrrh cmus and close when cmus is closed?
You can just run it in the background, it will wait for cmus to start
@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.