allow for env-specific xinitrc scripts

This commit is contained in:
Daniel Flanagan 2016-11-19 14:36:54 -06:00
parent dc2cb72b6a
commit 06f7a05a61
1 changed files with 5 additions and 0 deletions

5
env/x/xinitrc vendored
View File

@ -28,5 +28,10 @@ fi
unclutter &
sxhkd &
urxvtd &
if [ -f "$HOME/.xinitrc.env" ]; then
source "$HOME/.xinitrc.env"
fi
exec bspwm