Alt+Shift+Enter -> Terminal
This commit is contained in:
parent
f62d2b88df
commit
e2bca4158a
2
rc.lua
2
rc.lua
|
@ -511,7 +511,7 @@ globalkeys = gears.table.join(
|
|||
{description = "go back", group = "client"}),
|
||||
|
||||
-- Standard program
|
||||
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
|
||||
awful.key({ modkey, "Shift" }, "Return", function () awful.spawn(terminal) end,
|
||||
{description = "open a terminal", group = "launcher"}),
|
||||
awful.key({ modkey, "Control" }, "r", awesome.restart,
|
||||
{description = "reload awesome", group = "awesome"}),
|
||||
|
|
Loading…
Reference in New Issue