Add cmus-rpc to the cmus command 🥰

This commit is contained in:
Anas Elgarhy 2022-07-11 10:38:29 +02:00
parent a7de27437f
commit 8c9fed2841
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static Keychord keychords[] = {
{2, {{MODKEY, XK_p}, {0, XK_s}}, spawn, SHCMD("plasma-open-settings") },
/************************************* Start multi media apps *************************************/
// cmus
{2, {{MODKEY, XK_m}, {0, XK_c}}, spawn, SHCMD(TERMINAL " -e cmus") },
{2, {{MODKEY, XK_m}, {0, XK_c}}, spawn, SHCMD("sh -c \"" TERMINAL " -e cmus\" & sh -c \"cmus-rpc --link\"") },
// vlc
{2, {{MODKEY, XK_m}, {0, XK_v}}, spawn, SHCMD("vlc") },
/************************************* Start the emoji piker apps *************************************/