summaryrefslogtreecommitdiff
path: root/.scripts/set_xressources.sh
blob: a24f8ef74e0e40a59f5e545ec651b5fc7a0277a2 (plain)
1
2
3
4
5
6
#!/bin/sh

find ~/.config/ \
	-mindepth 2 -maxdepth 2 \
	-type f -iname "*.xdefaults" \
	-exec xrdb -merge {} \;