bspwm: Load device-specific scripts
This commit is contained in:
parent
372cd95dcf
commit
14c44ec428
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user