wmstartup: Look in the right places for rc scripts

Whups
This commit is contained in:
Salt 2018-07-31 15:07:25 -05:00
parent 2823159845
commit b97c40d41c

View File

@ -31,9 +31,9 @@ if [[ "$PATH" != "*$HOME/.local/bin*" ]]; then
fi fi
## Load device-specific scripts ## Load device-specific scripts
if [[ -x ".config/bspwm/$(hostname).rc" ]]; then if [[ -x ".config/dtfscripts/$(hostname).rc" ]]; then
printf "[INFO] Sourcing .config/bspwm/$(hostname).rc\n" printf "[INFO] Sourcing .config/dtfscripts/$(hostname).rc\n"
source .config/bspwm/$(hostname).rc source .config/dtfscripts/$(hostname).rc
fi fi
printf "[INFO] Performing simple configuration\n" printf "[INFO] Performing simple configuration\n"