X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/30a510867ee248d937c772c091ce2b1f15bab755..1421c35a59fb6b8f45ce7f996dca2eb82f35b20c:/awesome/bindings.lua diff --git a/awesome/bindings.lua b/awesome/bindings.lua index d21b616..46b5280 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -85,7 +85,6 @@ globalkeys = awful.util.table.join(globalkeys, -- Layout manipulation awful.key({ modkey, }, "Escape", awful.tag.history.restore), awful.key({ modkey, }, "#49", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (chronos) - awful.key({ modkey, }, "#94", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (shada) awful.key({ modkey, }, "=", function () awful.screen.focus_relative( 1) end), -- that's the key left of 1 (kinesis) awful.key({ modkey, "Control" }, "Left", function () awful.screen.focus_relative( 1) end), awful.key({ modkey, "Control" }, "Right", function () awful.screen.focus_relative(-1) end),