few more laptop fixes
This commit is contained in:
parent
2fbcbe8a24
commit
a9667311d4
|
@ -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
|
||||
|
|
Reference in a new issue