From a9667311d4951171b0188e15a9bef387375ba8b4 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 11 Feb 2017 14:04:43 -0600 Subject: [PATCH] few more laptop fixes --- de/bspwmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/de/bspwmrc b/de/bspwmrc index b85b13b..01fdea2 100755 --- a/de/bspwmrc +++ b/de/bspwmrc @@ -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