mpd keys updated.

This commit is contained in:
Kolan Sh 2012-11-28 15:57:53 +04:00
parent 62f521d9b4
commit 599b97e387
1 changed files with 4 additions and 4 deletions

8
rc.lua
View File

@ -426,10 +426,10 @@ globalkeys = awful.util.table.join(
awful.util.eval, nil,
awful.util.getdir("cache") .. "/history_eval")
end),
awful.key({ modkey }, "o",function () awful.util.spawn( "mpc next" ) end),
awful.key({ modkey }, "i",function () awful.util.spawn( "mpc prev" ) end),
awful.key({ modkey }, "u",function () awful.util.spawn( "mpc play" ) end),
awful.key({ modkey }, "p",function () awful.util.spawn( "mpc pause" ) end)
awful.key({ modkey }, "l",function () awful.util.spawn( "mpc play" ) end),
awful.key({ modkey }, ";",function () awful.util.spawn( "mpc pause" ) end),
awful.key({ modkey }, "'",function () awful.util.spawn( "mpc prev" ) end),
awful.key({ modkey }, "\\",function () awful.util.spawn( "mpc next" ) end)
)
clientkeys = awful.util.table.join(