wmstartup: Look in the right places for rc scripts
Whups
This commit is contained in:
parent
2823159845
commit
b97c40d41c
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user