naughty: Require `naughty.action` by default.

Fixes #2730
This commit is contained in:
Emmanuel Lepage Vallee 2019-04-05 22:16:44 -04:00
parent c02ad71b0c
commit 1a5685ee45
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ if dbus then
naughty.dbus = require("naughty.dbus")
end
naughty.action = require("naughty.action")
naughty.layout = require("naughty.layout")
naughty.notification = require("naughty.notification")