Default config: use new `awful.spawn.spawn`

This commit is contained in:
Daniel Hahler 2015-10-10 22:37:02 +02:00
parent 4d5a3eb3ba
commit aaea20170d
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.util.spawn(terminal) end),
awful.key({ modkey, }, "Return", function () awful.spawn.spawn(terminal) end),
awful.key({ modkey, "Control" }, "r", awesome.restart),
awful.key({ modkey, "Shift" }, "q", awesome.quit),