diff --git a/awesomerc.lua.in b/awesomerc.lua.in index e8025e3f..697cfc40 100644 --- a/awesomerc.lua.in +++ b/awesomerc.lua.in @@ -1,6 +1,9 @@ --- Include awesome libraries, with lots of useful function! +-- Standard awesome library require("awful") +-- Theme handling library require("beautiful") +-- Notification library +require("naughty") -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers