From 65bbba4ca56b6cc546d03dceef14b5076d87e004 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 31 Aug 2025 13:11:55 -0300 Subject: Keys: repurpose Super+N as session manager --- config.dot/awesome.link/globalkeys.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'config.dot/awesome.link/globalkeys.lua') diff --git a/config.dot/awesome.link/globalkeys.lua b/config.dot/awesome.link/globalkeys.lua index 93c6503..c0ff159 100644 --- a/config.dot/awesome.link/globalkeys.lua +++ b/config.dot/awesome.link/globalkeys.lua @@ -80,16 +80,16 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "space", function () awful.layout.inc( 1) end, {description = "select next", group = "layout"}), 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 - client.focus = c - c:raise() - end - end, - {description = "restore minimized", group = "client"}), + --awful.key({ modkey, "Control" }, "n", + -- function () + -- local c = awful.client.restore() + -- -- Focus restored client + -- if c then + -- client.focus = c + -- c:raise() + -- end + -- end, + -- {description = "restore minimized", group = "client"}), -- Prompt awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end, -- cgit v1.2.3