From: Don Armstrong Date: Wed, 8 Jun 2011 19:57:54 +0000 (+0000) Subject: * add ontop setting X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=09877795137c8391f0127727ed67943eba1db2d4 * add ontop setting --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 1dd24d7..75e90a8 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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",