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")
|
require("awful")
|
||||||
|
-- Theme handling library
|
||||||
require("beautiful")
|
require("beautiful")
|
||||||
|
-- Notification library
|
||||||
|
require("naughty")
|
||||||
|
|
||||||
-- {{{ Variable definitions
|
-- {{{ Variable definitions
|
||||||
-- Themes define colours, icons, and wallpapers
|
-- Themes define colours, icons, and wallpapers
|
||||||
|
|
Loading…
Reference in New Issue