Alt+Shift+Enter -> Terminal

This commit is contained in:
Kolan Sh 2020-05-07 18:35:50 +03:00
parent f62d2b88df
commit e2bca4158a
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

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