Awesome: Revert cmus previous/next bindings

Now that control is back to its original position, 'next' must be more
accessible.
master
Pierre Neidhardt 2017-05-25 21:44:52 +02:00
parent 1ea21a4cf9
commit b9fb49f28b
1 changed files with 2 additions and 2 deletions

View File

@ -312,9 +312,9 @@ globalkeys = awful.util.table.join(
{description="music player", group="launcher"}),
awful.key({ modkey, "Mod1" }, "a", function () awful.spawn("cmus-remote -u") end,
{description="music toggle", group="launcher"}),
awful.key({ modkey, "Control" }, "a", function () awful.spawn("cmus-remote -n") end,
awful.key({ modkey, "Shift" }, "a", function () awful.spawn("cmus-remote -n") end,
{description="music next", group="launcher"}),
awful.key({ modkey, "Shift" }, "a", function () awful.spawn("cmus-remote -r") end,
awful.key({ modkey, "Control" }, "a", function () awful.spawn("cmus-remote -r") end,
{description="music previous", group="launcher"}),
awful.key({ }, "Print", function () awful.spawn("scrot '" .. os.getenv("HOME") .. "/temp/screen-%F-%T.png'") end,
{description="screenshot", group="launcher"}),