From dbe05e02ca7451a5f92474a806d6738e98762aec Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 20 Nov 2008 20:45:09 +0100 Subject: [PATCH] awesomerc: enable naughty by default Signed-off-by: Julien Danjou --- awesomerc.lua.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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