From f7b6b5394f12265d90e4c2333c59a1c8bce95329 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 19 Dec 2016 07:52:46 +0100 Subject: change pin key --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3