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.

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