mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 23:34:21 +02:00
spotify: specifically control Spotify with playerctl
This commit is contained in:
parent
e68f712c70
commit
7a6a4533b9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue