summaryrefslogtreecommitdiff
path: root/.scripts/set_xressources.sh
blob: ef561792ef5bcf967dca68b904c44e09038da816 (plain)
1
2
3
4
find ~/.config/ \
	-mindepth 2 -maxdepth 2 \
	-type f -iname "*.xdefaults" \
	-exec xrdb -merge {} \;