summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-02-25 22:20:18 +0100
committerben <benjaminfranzke@googlemail.com>2010-02-25 22:20:18 +0100
commitcef1e8043dae416cdb55a82f3cf38b42dce446d7 (patch)
tree2bea21520775c734aeb5721abe69f11d89867348 /.xinitrc
parent1e65b5ba40ad720145fae39daf1db3bb652ed0a9 (diff)
downloaddotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.gz
dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.tar.bz2
dotfiles-cef1e8043dae416cdb55a82f3cf38b42dce446d7.zip
split Xdefaults and store in ~/.config
notes: the splitted configs are merged by xinitrc when the server starts using xrdb -merge ..
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc2
1 files changed, 2 insertions, 0 deletions
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})}