From e66a4e79dacc714bce3cf6e08efdc1c939151213 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 16 Jul 2012 17:39:12 +0200 Subject: [PATCH] start: call `xrdb -merge` on start --- rc/start.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc/start.lua b/rc/start.lua index 12d714b..468eca5 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -19,6 +19,8 @@ local execute = { "xset -b", -- Disable bell -- Enable numlock "numlockx on", + -- Read resources + "xrdb -merge " .. awful.util.getdir("config") .. "/Xresources", } if config.hostname == "naruto" then