diff --git a/rc/bindings.lua b/rc/bindings.lua index 6f297ed..8ad7b10 100644 --- a/rc/bindings.lua +++ b/rc/bindings.lua @@ -98,8 +98,8 @@ config.keys.client = awful.util.table.join( awful.key({ modkey, "Control" }, "space", awful.client.floating.toggle, "Toggle floating"), awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end, "Switch with master window"), - awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end, - "Stay on top"), + awful.key({ modkey, }, "t", function (c) c:raise() end, + "Raise window"), awful.key({ modkey, }, "i", dbg, "Get client-related information"), awful.key({ modkey, }, "m",