Increase dunst height, tweaks to some init scripts, and add .Xauthority to remove first boot errors

This commit is contained in:
natemaia
2019-08-22 17:06:35 -07:00
parent 17477c97ca
commit 35bf1a828d
5 changed files with 6 additions and 23 deletions

View File

@ -6,9 +6,10 @@
export XDG_CONFIG_HOME="$HOME/.config"
[ -d /sbin ] && PATH="$PATH:/sbin"
[ -d /usr/sbin ] && PATH="$PATH:/usr/sbin"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
# add additional directories to PATH
for dir in /sbin /usr/sbin "$HOME/bin"; do
[ -d "$dir" ] && PATH="$dir:$PATH"
done
# compton
al-compositor --start &