From 8eb59a0c8795678f7c8a97c9c1a9447f6fa11ed2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 22 May 2014 09:57:36 +0200 Subject: [PATCH] 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 --- lib/spotify.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spotify.lua b/lib/spotify.lua index 7d7ad8a..c0c76da 100644 --- a/lib/spotify.lua +++ b/lib/spotify.lua @@ -61,5 +61,5 @@ function show() return end end - awful.util.spawn("spotify") + awful.util.spawn("spotify --ui.track_notifications_enabled=false") end