summaryrefslogtreecommitdiff
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/set_xressources.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.scripts/set_xressources.sh b/.scripts/set_xressources.sh
new file mode 100755
index 0000000..ef56179
--- /dev/null
+++ b/.scripts/set_xressources.sh
@@ -0,0 +1,4 @@
+find ~/.config/ \
+ -mindepth 2 -maxdepth 2 \
+ -type f -iname "*.xdefaults" \
+ -exec xrdb -merge {} \;