X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/6e2b1d3e43b77f9a5e72ed12754fefcc315f04d4..57e595c656255e1093d261b255f789017c002bc0:/widgets/mpd.lua diff --git a/widgets/mpd.lua b/widgets/mpd.lua index 1749b57..73efebb 100644 --- a/widgets/mpd.lua +++ b/widgets/mpd.lua @@ -92,7 +92,8 @@ local function worker(args) mpd.id = naughty.notify({ preset = mpd_notification_preset, icon = "/tmp/mpdcover.png", - replaces_id = mpd.id + replaces_id = mpd.id, + screen = client.focus and client.focus.screen or 1 }).id end elseif mpd_now.state ~= "pause"