bindings: change Mod4 + t to raise

This commit is contained in:
Vincent Bernat 2012-07-16 15:10:44 +02:00
parent 95113f1927
commit 49f302ca34

View file

@ -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",