mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-29 21:04:21 +02:00
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:
parent
ccccb4098d
commit
8eb59a0c87
1 changed files with 1 additions and 1 deletions
|
@ -61,5 +61,5 @@ function show()
|
|||
return
|
||||
end
|
||||
end
|
||||
awful.util.spawn("spotify")
|
||||
awful.util.spawn("spotify --ui.track_notifications_enabled=false")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue