menu update, awesome keyboard shortcuts and zsh stuff

This commit is contained in:
Johannes Findeisen 2022-07-18 20:22:04 +02:00
commit 1f4fec9538
No known key found for this signature in database
GPG key ID: 2128DE136929E573
3 changed files with 9 additions and 38 deletions

View file

@ -383,6 +383,8 @@ globalkeys = gears.table.join(
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{ description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "Return", function () awful.util.spawn("/usr/bin/xfce4-terminal") end,
{ description = "open a terminal", group = "launcher"}),
awful.key({ modkey, "Control" }, "r", awesome.restart,
{ description = "reload awesome", group = "awesome"}),
awful.key({ modkey, "Shift" }, "q", awesome.quit,