spotify: disable UI notifications

It seems they grab X11 for two seconds... See:
 http://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Spotify-0-9-10-for-GNU-Linux-Welcome-to-the-dark-side/td-p/556976
This commit is contained in:
Vincent Bernat 2014-05-22 09:57:36 +02:00
parent ccccb4098d
commit 8eb59a0c87

View file

@ -61,5 +61,5 @@ function show()
return
end
end
awful.util.spawn("spotify")
awful.util.spawn("spotify --ui.track_notifications_enabled=false")
end