summary refs log tree commit diff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-05-05 16:13:30 -0400
committerJune McEnroe <june@causal.agency>2012-05-05 16:13:30 -0400
commitb9c8c3376c309dcaa50ba06f1520268c8c617f1f (patch)
treef40c4a6372e2cc61ad39383f986ea75a5bfe142e /.config/awesome/rc.lua
parentStart gnome-keyring-daemon at login (diff)
downloadsrc-b9c8c3376c309dcaa50ba06f1520268c8c617f1f.tar.gz
src-b9c8c3376c309dcaa50ba06f1520268c8c617f1f.zip
Remove unreversible minimize keymap
Diffstat (limited to '')
-rw-r--r--.config/awesome/rc.lua6
1 files changed, 0 insertions, 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