Changed awesomewm suspend command

This commit is contained in:
Kristofers Solo
2022-04-27 23:15:06 +03:00
parent e3714459a3
commit 300dc7e6c5
2 changed files with 1 additions and 13 deletions

View File

@@ -370,18 +370,6 @@ globalkeys = gears.table.join(
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(-1) end,
{description = "select previous", group = "layout"}),
awful.key({ modkey, "Control" }, "n",
function ()
local c = awful.client.restore()
-- Focus restored client
if c then
c:emit_signal(
"request::activate", "key.unminimize", {raise = true}
)
end
end,
{description = "restore minimized", group = "client"}),
-- Prompt
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
{description = "run prompt", group = "launcher"}),