Skip to content

Commit

Permalink
awesome: notify when pausing/unpausing
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Aug 5, 2016
1 parent 0c7e673 commit 85ef3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awesome/rc.lua
Expand Up @@ -899,6 +899,7 @@ function send_mpris_cmd(cmd)
"/org/mpris/MediaPlayer2 " ..
"org.mpris.MediaPlayer2.Player." .. cmd
)
naughty.notify({ title = cmd, text = player })
end

-- https://awesomewm.org/wiki/FullScreens
Expand Down

0 comments on commit 85ef3af

Please sign in to comment.