Awesome: Remove spurious 'client.restore' binding

master
Pierre Neidhardt 2016-10-05 10:21:16 +05:30
parent 87a9301899
commit cdda79c43b
1 changed files with 0 additions and 1 deletions

View File

@ -421,7 +421,6 @@ clientkeys = awful.util.table.join(
end
end),
awful.key({ modkey }, "n", awful.client.restore),
awful.key({ modkey, "Shift" }, "f", function (c) c.fullscreen = not c.fullscreen end),
awful.key({ modkey, "Shift" }, "c", function (c) c:kill() end),
awful.key({ modkey, }, "space", awful.client.floating.toggle),