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
bafe41e174
commit
9f056716b9
|
@ -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)
|
||||
|
|
|
@ -98,7 +98,7 @@ Clients
|
|||
*Mod4 + Shift + c*::
|
||||
Kill focused client.
|
||||
*Mod4 + t*::
|
||||
Mark a client.
|
||||
Set client on-top.
|
||||
|
||||
Navigation
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Reference in New Issue