diff options
author | Peter Palfrader <peter@palfrader.org> | 2016-12-19 07:52:46 +0100 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2016-12-19 08:50:01 +0100 |
commit | f7b6b5394f12265d90e4c2333c59a1c8bce95329 (patch) | |
tree | 3d86e9cc3e99eaeeada7c83ecdfe3124bf38999b /config | |
parent | e9568a154025ace03859c9e61774e9650cdfd144 (diff) |
change pin key
Diffstat (limited to 'config')
-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) |