Key bindings fix (Ctrl+Alt+Space).

This commit is contained in:
Kolan Sh 2013-01-28 17:11:39 +04:00
parent 6106dbcf23
commit 0ab30aed03
1 changed files with 2 additions and 2 deletions

4
rc.lua
View File

@ -72,8 +72,6 @@ tags = {
tags[s] = awful.tag(tags.names, s, tags.layout)
end
require("apprules")
----< Menu >----------------------------------------------------------
-- Create a laucher widget and a main menu
myawesomemenu = {
@ -437,6 +435,8 @@ clientkeys = awful.util.table.join(
end)
)
require("apprules")
-- Compute the maximum number of digit we need, limited to 9
keynumber = 0
for s = 1, screen.count() do