awesomerc: enable naughty by default
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
118fbcb985
commit
dbe05e02ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue