From bd4917b66359e08049b73ce2d806e39ea43427a5 Mon Sep 17 00:00:00 2001 From: dongkc Date: Mon, 20 Mar 2017 13:15:07 +0000 Subject: [PATCH] remoge alt key --- rc.lua | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/rc.lua b/rc.lua index 32b9626..bf0a916 100644 --- a/rc.lua +++ b/rc.lua @@ -223,26 +223,6 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "Escape", awful.tag.history.restore, {description = "go back", group = "tag"}), - -- Non-empty tag browsing - awful.key({ altkey }, "Left", function () lain.util.tag_view_nonempty(-1) end, - {description = "view previous nonempty", group = "tag"}), - awful.key({ altkey }, "Right", function () lain.util.tag_view_nonempty(1) end, - {description = "view previous nonempty", group = "tag"}), - - -- Default client focus - awful.key({ altkey, }, "j", - function () - awful.client.focus.byidx( 1) - end, - {description = "focus next by index", group = "client"} - ), - awful.key({ altkey, }, "k", - function () - awful.client.focus.byidx(-1) - end, - {description = "focus previous by index", group = "client"} - ), - -- By direction client focus awful.key({ modkey }, "j", function()