summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-04-01 22:15:35 +0200
committerache <ache@ache.one>2017-04-01 22:15:35 +0200
commit36eb9a46f100994047f5352a7ee1adeabb3b26ca (patch)
tree0f9b6dd6a7d6b92f80b6f9772222cb67070c35e7
parentaw4 config integration (diff)
Fix view next/previous shortcut
-rw-r--r--rc.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.lua b/rc.lua
index 6881643..aa3bb42 100644
--- a/rc.lua
+++ b/rc.lua
@@ -378,10 +378,6 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "s", hotkeys_popup.show_help,
{description="show help", group="awesome"}),
- awful.key({ modkey, }, "Left", awful.tag.viewprev,
- {description = "view previous", group = "tag"}),
- awful.key({ modkey, }, "Right", awful.tag.viewnext,
- {description = "view next", group = "tag"}),
awful.key({ modkey, }, "Escape", awful.tag.history.restore,
{description = "go back", group = "tag"}),