Fix typo in awesomerc.lua (#1325)

This commit is contained in:
VincentWo 2016-12-29 04:01:21 +01:00 committed by Daniel Hahler
parent e7b4898a7e
commit 6a91dce425
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ clientkeys = awful.util.table.join(
-- @DOC_NUMBER_KEYBINDINGS@ -- @DOC_NUMBER_KEYBINDINGS@
-- Bind all key numbers to tags. -- Bind all key numbers to tags.
-- Be careful: we use keycodes to make it works on any keyboard layout. -- Be careful: we use keycodes to make it work on any keyboard layout.
-- This should map on the top row of your keyboard, usually 1 to 9. -- This should map on the top row of your keyboard, usually 1 to 9.
for i = 1, 9 do for i = 1, 9 do
globalkeys = awful.util.table.join(globalkeys, globalkeys = awful.util.table.join(globalkeys,