xrdbupdate: Merge in the contents of ~/.xrdb
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
|
for file in "~/.xrdb/*.xresources"; do
|
||||||
|
xrdb -merge "$file"
|
||||||
|
done
|
||||||
|
Reference in New Issue
Block a user