diff --git a/rc.lua b/rc.lua index 1909707..77f8915 100644 --- a/rc.lua +++ b/rc.lua @@ -432,7 +432,6 @@ clientkeys = awful.util.table.join( end) ) -require("apprules") -- Compute the maximum number of digit we need, limited to 9 keynumber = 0 @@ -478,6 +477,8 @@ clientbuttons = awful.util.table.join( awful.button({ modkey }, 1, awful.mouse.client.move), awful.button({ modkey }, 3, awful.mouse.client.resize)) +require("apprules") + -- Set keys root.keys(globalkeys)