From 5c7afc3832910ccd97535aee2ec6b8149842d64e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Jul 2020 08:09:50 +0200 Subject: [PATCH] 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. --- rc/bindings.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rc/bindings.lua b/rc/bindings.lua index a5e102c..f37de6a 100644 --- a/rc/bindings.lua +++ b/rc/bindings.lua @@ -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",