Remove alt-n shortcut, tf

This commit is contained in:
Leon Grünewald 2020-08-06 14:33:44 +02:00
parent 3693aade09
commit c3cbfded33

View file

@ -595,13 +595,13 @@ clientkeys = my_table.join(
{description = "move to screen", group = "client"}), {description = "move to screen", group = "client"}),
awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end, awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end,
{description = "toggle keep on top", group = "client"}), {description = "toggle keep on top", group = "client"}),
awful.key({ modkey, }, "n", -- awful.key({ modkey, }, "n",
function (c) -- function (c)
-- The client currently has the input focus, so it cannot be -- -- The client currently has the input focus, so it cannot be
-- minimized, since minimized clients can't have the focus. -- -- minimized, since minimized clients can't have the focus.
c.minimized = true -- c.minimized = true
end , -- end ,
{description = "minimize", group = "client"}), -- {description = "minimize", group = "client"}),
awful.key({ modkey, }, "m", awful.key({ modkey, }, "m",
function (c) function (c)
c.maximized = not c.maximized c.maximized = not c.maximized