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 .. --- .scripts/set_xressources.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .scripts/set_xressources.sh (limited to '.scripts') diff --git a/.scripts/set_xressources.sh b/.scripts/set_xressources.sh new file mode 100755 index 0000000..ef56179 --- /dev/null +++ b/.scripts/set_xressources.sh @@ -0,0 +1,4 @@ +find ~/.config/ \ + -mindepth 2 -maxdepth 2 \ + -type f -iname "*.xdefaults" \ + -exec xrdb -merge {} \; -- cgit