mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-23 12:24:38 +02:00
binding: remove unused minimize binding
This commit is contained in:
parent
e5e338e8ee
commit
25b612a995
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue