]> git.donarmstrong.com Git - x_base.git/commitdiff
* add ontop setting
authorDon Armstrong <don@donarmstrong.com>
Wed, 8 Jun 2011 19:57:54 +0000 (19:57 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 8 Jun 2011 19:57:54 +0000 (19:57 +0000)
.config/awesome/rc.lua

index 1dd24d7227a5ffd9ea753ffd821fdccd8407c4a1..75e90a87f4edd09b2ebfb1dc263e22dc0617eb5e 100644 (file)
@@ -249,6 +249,7 @@ clientkeys = awful.util.table.join(
     awful.key({ modkey, "Control" }, "space",  awful.client.floating.toggle                     ),
     awful.key({ modkey,           }, "space", function (c) c:swap(awful.client.getmaster()) end),
     awful.key({ modkey,           }, "o",      awful.client.movetoscreen                        ),
+    awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end)
     awful.key({ modkey, "Shift"   }, "r",      function (c) c:redraw()                       end),
     awful.key({ modkey, "Shift"   }, "m",      function (c) c.minimized = not c.minimized    end),
     awful.key({ modkey,           }, "m",