From 5482c792367112216daa11df44c83f0f48f6e3a1 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 17 May 2018 15:51:26 -0500 Subject: [PATCH] xrdbupdate: Merge in the contents of ~/.xrdb --- xrdbupdate | 3 +++ 1 file changed, 3 insertions(+) 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