few more laptop fixes

This commit is contained in:
Daniel Flanagan 2017-02-11 14:04:43 -06:00
parent 2fbcbe8a24
commit a9667311d4
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ if command -v sxhkd >/dev/null 2>&1; then
sxhkd &
fi
if [ -f "$DOTFILES_PATH/de/xloadresources" ]; then
source "$DOTFILES_PATH/de/xloadresources"
fi
if [ -f "$HOME/.fehbg" ]; then
"$HOME/.fehbg" &
fi