diff --git a/rc.lua b/rc.lua index ff576e2..0a83dff 100644 --- a/rc.lua +++ b/rc.lua @@ -338,12 +338,12 @@ globalkeys = mytable.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" }), + -- 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", @@ -756,6 +756,8 @@ awful.rules.rules = { "Wpa_gui", "veromix", "xtightvncviewer", + "Clash for Windows", + "eudic" }, -- Note that the name property shown in xprop might be set slightly after creation of the client