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
|
||||
|
||||
## Load device-specific scripts
|
||||
if [[ -x ".config/bspwm/$(hostname).rc" ]]; then
|
||||
printf "[INFO] Sourcing .config/bspwm/$(hostname).rc\n"
|
||||
source .config/bspwm/$(hostname).rc
|
||||
if [[ -x ".config/dtfscripts/$(hostname).rc" ]]; then
|
||||
printf "[INFO] Sourcing .config/dtfscripts/$(hostname).rc\n"
|
||||
source .config/dtfscripts/$(hostname).rc
|
||||
fi
|
||||
|
||||
printf "[INFO] Performing simple configuration\n"
|
||||
|
Loading…
Reference in New Issue
Block a user