Fix instance of wrong configdir var in WM init code
This commit is contained in:
parent
ecf7365259
commit
1237baa6c3
@ -459,7 +459,7 @@ step_execute() {
|
||||
}
|
||||
step_postexecute() {
|
||||
# Wait for the WM to initialize, if one was found and we have the tools
|
||||
if [ -z "$FS_NOWAITWM" ] && gettarget "$_configdir/wm" && has xprop grep; then
|
||||
if [ -z "$FS_NOWAITWM" ] && gettarget "$_optconfigdir/wm" && has xprop grep; then
|
||||
log "Waiting for WM to initialize: \"$_return\""
|
||||
for (( i=0; i<10; i++ )); do
|
||||
line="$(xprop -root | grep ^_NET_WM_NAME | grep -o '"\S*"$')"
|
||||
|
Loading…
Reference in New Issue
Block a user