bspwm: Load device-specific scripts

This commit is contained in:
Salt 2018-07-31 12:39:28 -05:00
parent 372cd95dcf
commit 14c44ec428

View File

@ -25,6 +25,11 @@ if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then
export PATH="$HOME/.local/bin:$PATH"
fi
## Load device-specific scripts
if [[ -r ".config/bspwm/$HOSTNAME.rc" ]]; then
.config/bspwm/$HOSTNAME.rc
fi
## bspwm GENERAL CONFIGURATION
printf "[..] Setting up monitors\n"
monitors=$(bspc query -M | wc -l)