summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2010-07-10 15:58:33 +0200
committerNicolas Schodet2010-07-10 15:58:33 +0200
commit6017f411e35f20e503692d485123ca6215bcc97b (patch)
tree6e2b22e5e6e87c68cb8c6c2d604c0dcb7839f525
parente3b9a47b6c8b2dae12b5c41bdb3c4bd19f27fafb (diff)
merge 3.4.5 configuration
-rw-r--r--rc.lua1
1 files changed, 1 insertions, 0 deletions
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)