]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/bindings.lua
awesome: use pomodoro again
[dotfiles.git] / awesome / bindings.lua
index d21b61606df1cedc3b520e9298541ed4dbc6b28f..46b52801916f0ffc0e9eef6b58ee63ea9ad51ed8 100644 (file)
@@ -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),