diff --git a/awesomerc.lua.in b/awesomerc.lua.in index 1c7f33de..03dcb9c1 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -227,6 +227,7 @@ clientkeys = awful.util.table.join( awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle ), awful.key({ modkey, "Control" }, "Return", 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, }, "n", function (c) c.minimized = not c.minimized end), awful.key({ modkey, }, "m", function (c) diff --git a/manpages/awesome.1.txt b/manpages/awesome.1.txt index a7c14ebd..7e2b03b6 100644 --- a/manpages/awesome.1.txt +++ b/manpages/awesome.1.txt @@ -98,7 +98,7 @@ Clients *Mod4 + Shift + c*:: Kill focused client. *Mod4 + t*:: - Mark a client. + Set client on-top. Navigation ~~~~~~~~~~