added powermenu

This commit is contained in:
Rene Kievits
2021-11-06 04:57:15 +01:00
parent 7843046d5b
commit b73cfe028a
35 changed files with 1060 additions and 251 deletions

View File

@@ -25,8 +25,8 @@ function _M.get()
{ description = "Close window", group = "Client" }
),
awful.key(
{ modkey, "Control" },
"Space",
{ modkey },
"space",
awful.client.floating.toggle,
{ description = "Toggle floating window", group = "Client" }
),