Default config: use new `awful.spawn.spawn`
This commit is contained in:
parent
4d5a3eb3ba
commit
aaea20170d
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue