diff --git a/rc.lua b/rc.lua index b6a2ada..384e4b5 100644 --- a/rc.lua +++ b/rc.lua @@ -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