Default config: use shorter `awful.spawn`

This commit is contained in:
Daniel Hahler 2015-10-11 14:06:27 +02:00
parent 0478b946fb
commit 0c57cc0155
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ globalkeys = awful.util.table.join(
end),
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn.spawn(terminal) end),
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end),
awful.key({ modkey, "Control" }, "r", awesome.restart),
awful.key({ modkey, "Shift" }, "q", awesome.quit),