xinitrc: allow per-host customization

This commit is contained in:
Lucas 2023-06-20 01:11:23 +00:00
parent 00112acf28
commit b6b6f2f259
1 changed files with 4 additions and 0 deletions

View File

@ -32,5 +32,9 @@ if [ -r ~/code/lucas/env/utils/scripts/x-dpi-facesizes.sh ]; then
sh ~/code/lucas/env/utils/scripts/x-dpi-facesizes.sh
fi
if [ -r ~/.xinitrc.local ]; then
. ~/.xinitrc.local
fi
: ${logdir:=~/local/var/log}
exec herbstluftwm -l >"$logdir/hlwm.out" 2>"$logdir/hlwm.err"