diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-02-25 22:20:18 +0100 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-02-25 22:20:18 +0100 |
commit | cef1e8043dae416cdb55a82f3cf38b42dce446d7 (patch) | |
tree | 2bea21520775c734aeb5721abe69f11d89867348 /.scripts | |
parent | 1e65b5ba40ad720145fae39daf1db3bb652ed0a9 (diff) | |
download | dotfiles-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 '.scripts')
-rwxr-xr-x | .scripts/set_xressources.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 {} \; |