From: martin f. krafft Date: Wed, 27 Mar 2013 09:31:57 +0000 (+0100) Subject: t is for ontop X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/766ce1f56ad3b29f3af98497df7e579b4839f0b5 t is for ontop --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index f0b2868..2f556b1 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -383,7 +383,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", awful.client.togglemarked ), + 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)