From 6017f411e35f20e503692d485123ca6215bcc97b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 10 Jul 2010 15:58:33 +0200 Subject: merge 3.4.5 configuration --- rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rc.lua b/rc.lua index 372d545..ff8b718 100644 --- a/rc.lua +++ b/rc.lua @@ -231,6 +231,7 @@ clientkeys = awful.util.table.join( awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end), awful.key({ modkey, }, "o", awful.client.movetoscreen ), awful.key({ modkey, "Shift" }, "r", function (c) c:redraw() end), + awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end), awful.key({ modkey, }, "n", function (c) c.minimized = not c.minimized end), awful.key({ modkey, }, "m", function (c) -- cgit v1.2.3