awesomerc: add Mod4+t to set client on-Top
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
20d16fb6ac
commit
fda2c091db
|
@ -225,6 +225,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", 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)
|
||||
|
|
|
@ -100,7 +100,7 @@ Clients
|
|||
*Mod4 + Shift + c*::
|
||||
Kill focused client.
|
||||
*Mod4 + t*::
|
||||
Mark a client.
|
||||
Set client on-top.
|
||||
|
||||
Navigation
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue