awesome: add plain terminal keybind
This commit is contained in:
parent
9ee329b136
commit
15f0efc38a
@ -274,6 +274,8 @@ globalkeys = gears.table.join(
|
||||
|
||||
-- Standard program
|
||||
awful.key({ modkey, }, "Return", function () awful.spawn(terminal .. " -e " .. tmux) end,
|
||||
{description = "open a terminal with tmux", group = "launcher"}),
|
||||
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
Block a user