Default config: use shorter `awful.spawn`
This commit is contained in:
parent
0478b946fb
commit
0c57cc0155
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue