]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/widgets/awesompd.lua
awesome: add binding to show awesompd notification
[dotfiles.git] / awesome / widgets / awesompd.lua
index 38a9c02f731b3a50a213530476ff8a12296f9fcb..38e82e8b770c99230798f0275f0f65827b5d212c 100644 (file)
@@ -46,6 +46,7 @@ musicwidget:register_buttons({
     { modkey,    "p",                        musicwidget:command_playpause()   },
     { modkey,    ",",                        musicwidget:command_prev_track()   },
     { modkey,    ".",                        musicwidget:command_next_track()   },
+    { modkey,    "'",                        function() musicwidget.to_notify = true end   },
     { { modkey, "Shift" },    ",",           musicwidget:command_previous_server()   },
     { { modkey, "Shift" },    ".",           musicwidget:command_next_server()   },
     { "",        "XF86AudioPlay",            musicwidget:command_playpause()   },