ddspawn fix

This commit is contained in:
Luke Smith 2019-01-03 14:52:36 -05:00
parent b762710caf
commit 6a8dbb861c

View file

@ -20,5 +20,5 @@ then
i3 "[instance=\"$1\"] scratchpad show; [instance=\"$1\"] move position center" i3 "[instance=\"$1\"] scratchpad show; [instance=\"$1\"] move position center"
else else
echo "Window not detected... spawning." echo "Window not detected... spawning."
i3 "exec --no-startup-id $1" i3 "exec --no-startup-id $TERMINAL -n $1 $(echo "$@" | cut -d ' ' -f2-) -e $1"
fi fi