X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/af78214bf739edac031fe183327b8361d05f72fd..12d3136987d6821680eb6045af13bf3fcad47b9b:/.local/bin/startup-progs diff --git a/.local/bin/startup-progs b/.local/bin/startup-progs index ab1c99f..0c37df0 100755 --- a/.local/bin/startup-progs +++ b/.local/bin/startup-progs @@ -1,6 +1,7 @@ #!/bin/sh -[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources +resources="~/.Xresources ~/.Xresources.d/$(hostname)" +for res in $resources; do [ -f "$res" ] && xrdb -merge "$res"; done xsetroot -cursor_name left_ptr xset r rate 200 45