start: call xrdb -merge on start

This commit is contained in:
Vincent Bernat 2012-07-16 17:39:12 +02:00
parent f2996e1b03
commit e66a4e79da

View file

@ -19,6 +19,8 @@ local execute = {
"xset -b", -- Disable bell "xset -b", -- Disable bell
-- Enable numlock -- Enable numlock
"numlockx on", "numlockx on",
-- Read resources
"xrdb -merge " .. awful.util.getdir("config") .. "/Xresources",
} }
if config.hostname == "naruto" then if config.hostname == "naruto" then