How do i get swatch to wait for a few seconds between "exec" more that one "exec" command. Normally one can use "sleep 2" in other programs but this does not seem to be the case with swatch.
Logged In: NO
you can make the exec look something like this: exec command1 args1 && sleep 2 && command2 args 2
Log in to post a comment.
Logged In: NO
you can make the exec look something like this:
exec command1 args1 && sleep 2 && command2 args 2