add autofocus in rc.lua

This commit is contained in:
yosh 2022-10-25 01:38:11 -04:00
parent 6edc196b05
commit 967d5dc8a7
1 changed files with 3 additions and 0 deletions

3
rc.lua
View File

@ -19,6 +19,9 @@ naughty.notification {
end)
-- }}}
-- Load autofocus
require("awful.autofocus")
-- Load global definitions
require("defs.vars")
require("defs.theme")