mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
spotify: passing the option to disable notifications don't work
This commit is contained in:
parent
161b901233
commit
4b434e448f
1 changed files with 4 additions and 1 deletions
|
@ -61,5 +61,8 @@ function show()
|
|||
return
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue