bindings: remove stick and raise bindings

I have never used them in the last few years. Moreover, the stick
binding was conflicting with the audio player bindings.
This commit is contained in:
Vincent Bernat 2020-07-19 08:09:50 +02:00
parent ed1267a095
commit 5c7afc3832

View file

@ -302,10 +302,6 @@ 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:raise() end,
"Raise window"),
awful.key({ modkey, }, "s", function (c) c.sticky = not c.sticky end,
"Stick window"),
awful.key({ modkey, }, "i", dbg,
"Get client-related information"),
awful.key({ modkey, }, "m",