Ctrl+Alt+Space fix: require("apprules")
This commit is contained in:
parent
20bad92e26
commit
221f4099dd
3
rc.lua
3
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue