summaryrefslogtreecommitdiffstats
path: root/.local/bin/startup-progs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/startup-progs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/startup-progs b/.local/bin/startup-progs
index cc641bf..2040de2 100755
--- a/.local/bin/startup-progs
+++ b/.local/bin/startup-progs
@@ -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