diff --git a/xrdbupdate b/xrdbupdate index 8c6af0f..4f793e6 100755 --- a/xrdbupdate +++ b/xrdbupdate @@ -1,2 +1,5 @@ #!/bin/sh xrdb ~/.Xresources +for file in "~/.xrdb/*.xresources"; do + xrdb -merge "$file" +done