summaryrefslogtreecommitdiffstats
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 70faa37..47a5223 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -16,6 +16,8 @@ local posix = require("posix")
local hostname = posix.uname("%n")
local avandu = nil
+naughty.config.defaults.bg = "#3d3d3d"
+
if hostname == "drd" then
package.path =
'/home/slash/projects/avandu-lua/lua/?.lua;' .. package.path