binding: remove unused minimize binding

This commit is contained in:
Vincent Bernat 2012-07-14 01:32:08 +02:00
parent e5e338e8ee
commit 25b612a995

View file

@ -64,12 +64,6 @@ config.keys.client = awful.util.table.join(
function (c)
c.maximized_horizontal = not c.maximized_horizontal
c.maximized_vertical = not c.maximized_vertical
end),
awful.key({ modkey, }, "i",
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)
)