diff options
Diffstat (limited to '.scripts')
-rwxr-xr-x | .scripts/set_xressources.sh | 4 |
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 {} \; |