This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/env/x/xinitrc
Daniel Flanagan 82f3e0b2a8 new x stuff
2017-02-03 14:36:58 -06:00

23 lines
337 B
Bash

#!/bin/sh
if [ -f "$HOME/.xprofile" ]; then
source "$HOME/.xprofile"
fi
if [ -f "$HOME/.xinitrc.env" ]; then
source "$HOME/.xinitrc.env"
fi
# start the bar if we want it
if [ "$BAR_ON_XINIT" -eq 1 ]; then
"$BAR_PATH/start.bash" &
fi
# fire up wm
unclutter &
compton &
exec "$DOTFILES_PATH/env/wm/wmstart"
# exec budgie-desktop