mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-29 07:14:45 +02:00
music: add the possibility to raise music player
This commit is contained in:
parent
58adbac8dd
commit
4d42414855
2 changed files with 7 additions and 0 deletions
|
@ -35,3 +35,9 @@ end
|
|||
function previous()
|
||||
spotify("Previous")
|
||||
end
|
||||
|
||||
function show()
|
||||
-- This should work, but no:
|
||||
-- spotify("Raise")
|
||||
awful.util.spawn("spotify")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue