From 7a6a4533b9c0e85fedcf8a424a64c795b7cd7c63 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 24 Sep 2020 21:20:07 +0200 Subject: [PATCH] spotify: specifically control Spotify with playerctl --- lib/spotify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spotify.lua b/lib/spotify.lua index 3e59079..2301212 100644 --- a/lib/spotify.lua +++ b/lib/spotify.lua @@ -30,7 +30,7 @@ end -- Send a command to spotify local function cmd(command) - awful.util.spawn("playerctl " .. command, false) + awful.util.spawn("playerctl -p spotify " .. command, false) end -- Show spotify