Ctrl+Alt+Space fix: require("apprules")

This commit is contained in:
Kolan Sh 2013-01-30 18:09:49 +04:00
parent 20bad92e26
commit 221f4099dd
1 changed files with 2 additions and 1 deletions

3
rc.lua
View File

@ -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)