diff options
-rw-r--r-- | .local/bin/chaman/startup (renamed from .config/chaman.profile) | 0 | ||||
-rwxr-xr-x | .local/bin/startup-progs | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.config/chaman.profile b/.local/bin/chaman/startup index 1c68d03..1c68d03 100644 --- a/.config/chaman.profile +++ b/.local/bin/chaman/startup 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 |