Fix mod4+[1-9] in default rc.lua
commite7912fc2a8ec74b25c5de28ed85cbfe3654c9b1b
authorEmmanuel Lepage Vallee <elv1313@gmail.com>
Fri, 22 Mar 2013 04:59:05 +0000 (22 00:59 -0400)
committerUli Schlachter <psychon@znc.in>
Sat, 23 Mar 2013 20:25:44 +0000 (23 21:25 +0100)
treeb2330e783bcb5330592908e9a2310b481c9d59b4
parentd5a3669e96db585da95cef9585612b191ad2dbca
Fix mod4+[1-9] in default rc.lua

The old code had flaws:
* If the tag chnaged screen, the code was unstable.
* If awful.tag.del was used, then it displayed an error
* If tags were added later, the keyboard shortcut were unavailable
awesomerc.lua.in