awesome: add plain terminal keybind
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-08-06 15:52:17 +01:00
parent 9ee329b136
commit 15f0efc38a

View File

@ -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"}),