This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
home/.config/dsk/run/xrdbupdate
2018-11-13 21:24:07 -06:00

5 lines
138 B
Plaintext
Executable File

[ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in $XDG_CONFIG_HOME/xrdb/*.xresources; do
[ -r "$file" ] && xrdb -merge "$file"
done