From 09877795137c8391f0127727ed67943eba1db2d4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 8 Jun 2011 19:57:54 +0000 Subject: [PATCH] * add ontop setting --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.2