diff options
-rw-r--r-- | config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index f02c679..b426dea 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -410,7 +410,7 @@ clientkeys = awful.util.table.join( -- weasel -- awful.key({ "Mod1" }, "q", function (c) - awful.key({ modkey }, "1", function (c) + awful.key({ modkey2 }, "`", function (c) if c.sticky then local screen = mouse.screen -- local tags = awful.tag.selectedlist(screen) |