Fix typo with launching app if not running

This commit is contained in:
2020-04-08 11:24:43 +01:00
parent b0b7085cbb
commit 4f4ac73ca3

View File

@@ -100,8 +100,8 @@ main() {
win_id="${target[1]}"
if [ -z "$pid" ]; then
echo "$OPT_PROC not running, launching with: \"$OPT_PROC\""
"$OPT_PROC"
echo "$OPT_PROC not running, launching with: \"$OPT_BIN\""
"$OPT_BIN"
else
echo "$OPT_PROC instance found"
focused_id="$(xdotool getactivewindow)"