From 8aa875a331acf7625866ccd878e6626a9f30b960 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 5 May 2012 16:13:30 -0400 Subject: Remove unreversible minimize keymap --- .config/awesome/rc.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8ecc54d2..aa5a6b42 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -211,12 +211,6 @@ clientkeys = awful.util.table.join( awful.key({ modkey }, "o", awful.client.movetoscreen), -- This is where I got too lazy to rewrite the default - awful.key({ modkey, }, "n", - function (c) - -- The client currently has the input focus, so it cannot be - -- minimized, since minimized clients can't have the focus. - c.minimized = true - end), awful.key({ modkey, }, "m", function (c) c.maximized_horizontal = not c.maximized_horizontal -- cgit 1.4.1