From 2c6c83760b48c9948718a5f545310a67b899c039 Mon Sep 17 00:00:00 2001 From: elenapan Date: Sat, 21 Mar 2020 07:12:26 +0200 Subject: [PATCH] Remove dead keybinds --- config/awesome/keys.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/awesome/keys.lua b/config/awesome/keys.lua index 09c76fd..c8b67a6 100644 --- a/config/awesome/keys.lua +++ b/config/awesome/keys.lua @@ -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()