Differentiate between host-specific startup progs and profiles
[~bandali/configs] / .local / bin / startup-progs
index cc641bf..2040de2 100755 (executable)
@@ -3,6 +3,10 @@
 resources="$HOME/.Xresources $HOME/.Xresources.d/$(hostname)"
 for res in $resources; do [ -f "$res" ] && xrdb -merge "$res"; done
 
+if [ -f "$HOME/.local/bin/$(hostname)/startup" ]; then
+   . "$HOME/.local/bin/$(hostname)/startup"
+fi
+
 xsetroot -cursor_name left_ptr
 xset r rate 200 45
 xset b off