mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 06:44:21 +02:00
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:
parent
ed1267a095
commit
5c7afc3832
1 changed files with 0 additions and 4 deletions
|
@ -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" }, "space", awful.client.floating.toggle, "Toggle floating"),
|
||||||
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
|
awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end,
|
||||||
"Switch with master window"),
|
"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,
|
awful.key({ modkey, }, "i", dbg,
|
||||||
"Get client-related information"),
|
"Get client-related information"),
|
||||||
awful.key({ modkey, }, "m",
|
awful.key({ modkey, }, "m",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue