From cef1e8043dae416cdb55a82f3cf38b42dce446d7 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 25 Feb 2010 22:20:18 +0100 Subject: split Xdefaults and store in ~/.config notes: the splitted configs are merged by xinitrc when the server starts using xrdb -merge .. --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 70bbb01..7e2174a 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,3 +1,5 @@ +[[ -x ~/.scripts/set_xressources.sh ]] && ~/.scripts/set_xressources.sh + #chooser="/etc/X11/chooser.sh" #session=$(XSESSION="${1}" ${chooser}) #exec ${session:-$(${chooser})} -- cgit