From 434e84ff8cbc633fa2d6dd3d42a4e63e1397849e Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 11 Oct 2015 11:59:06 +0300 Subject: [PATCH] MPC/Audacious play on Modkey+p. --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 2a28f89..93881c0 100644 --- a/rc.lua +++ b/rc.lua @@ -393,7 +393,7 @@ globalkeys = awful.util.table.join( awful.util.eval, nil, awful.util.getdir("cache") .. "/history_eval") end), - awful.key({ modkey }, "l",function () awful.util.spawn( "mpc play" ); + awful.key({ modkey }, "p",function () awful.util.spawn( "mpc play" ); awful.util.spawn( "audacious -p" ) end), awful.key({ modkey }, ";",function () awful.util.spawn( "mpc pause" ); awful.util.spawn( "audacious -u" ) end),