Super tab

This commit is contained in:
Thomas FORGIONE 2017-01-26 10:00:14 +01:00
parent af0ad340e2
commit 48fbba5ce2
No known key found for this signature in database
GPG Key ID: 2A210FFC062E00C3
1 changed files with 2 additions and 2 deletions

View File

@ -298,13 +298,13 @@ globalkeys = awful.util.table.join(
{description = "jump to urgent client", group = "client"}),
awful.key({ modkey, }, "Tab",
function ()
awful.client.focus.history.previous()
-- awful.client.focus.history.previous()
awful.client.focus.byidx(-1)
if client.focus then
client.focus:raise()
end
end,
{description = "go back", group = "client"}),
-- Standard program
awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end,
{description = "open a terminal", group = "launcher"}),