From: Samir Benmendil Date: Fri, 17 Jun 2016 08:55:20 +0000 (+0100) Subject: awesome: add binding to show awesompd notification X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e31d811b7df9e0f7b3ace456c1e659b5f36a8310 awesome: add binding to show awesompd notification --- diff --git a/awesome/widgets/awesompd.lua b/awesome/widgets/awesompd.lua index 38a9c02..38e82e8 100644 --- a/awesome/widgets/awesompd.lua +++ b/awesome/widgets/awesompd.lua @@ -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() },