From 4b434e448fa99de6c64872e0a03bb75ded5bda9b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 1 Jun 2014 15:36:46 +0200 Subject: [PATCH] spotify: passing the option to disable notifications don't work --- lib/spotify.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/spotify.lua b/lib/spotify.lua index c0c76da..1c756cd 100644 --- a/lib/spotify.lua +++ b/lib/spotify.lua @@ -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/-user/prefs: + -- ui.track_notifications_enabled=false end