From 6d1c90ba0c152e6c479cf1a70fe097e176359018 Mon Sep 17 00:00:00 2001 From: shmibs Date: Fri, 24 Jan 2014 17:58:29 -0700 Subject: fix a dumb conflict in rc.lua i didn't notice it until now because, on my desktop, ftjerm always started before awesome and grabbed the bindings successfully, i guess. --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index eb00e9d..b71ec61 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -411,7 +411,7 @@ clientkeys = awful.util.table.join( -- Bind all key numbers to tags. -- Be careful: we use keycodes to make it works on any keyboard layout. -- This should map on the top row of your keyboard, usually 1 to 9. -for i = 1, 9 do +for i = 1, 5 do globalkeys = awful.util.table.join(globalkeys, awful.key({ modkey }, "#" .. i + 9, function () -- cgit v1.2.3