spotify: passing the option to disable notifications don't work

This commit is contained in:
Vincent Bernat 2014-06-01 15:36:46 +02:00
parent 161b901233
commit 4b434e448f

View file

@ -61,5 +61,8 @@ function show()
return return
end end
end end
awful.util.spawn("spotify --ui.track_notifications_enabled=false") awful.util.spawn("spotify")
-- To disable notifications, add the following line to
-- ~/.config/spotify/Users/<spotifylogin>-user/prefs:
-- ui.track_notifications_enabled=false
end end