Remove dead keybinds

This commit is contained in:
elenapan 2020-03-21 07:12:26 +02:00
parent f28d4cd7bd
commit 2c6c83760b

View file

@ -79,13 +79,6 @@ keys.desktopbuttons = gears.table.join(
-- {{{ Key bindings
keys.globalkeys = gears.table.join(
--awful.key({ superkey, }, "s", hotkeys_popup.show_help,
--{description="show help", group="awesome"}),
--awful.key({ superkey, }, "comma", awful.tag.viewprev,
--{description = "view previous", group = "tag"}),
--awful.key({ superkey, }, "period", awful.tag.viewnext,
--{description = "view next", group = "tag"}),
-- Focus client by direction (hjkl keys)
awful.key({ superkey }, "j",
function()