summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)