MPC/Audacious play on Modkey+p.

This commit is contained in:
Kolan Sh 2015-10-11 11:59:06 +03:00
parent 264016cb31
commit 434e84ff8c
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -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),