awesome: Add binding to restore window

master
Pierre Neidhardt 2016-01-20 15:03:56 +11:00
parent e8f5cb12ef
commit df3891bd99
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ clientkeys = awful.util.table.join(
awful.layout.set(awful.layout.suit.tile)
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, "Shift" }, "space", awful.client.floating.toggle ),