On Monday, September 12, 2016 at 2:05:43 PM UTC+2, Joseph Reagle wrote: > > 2. When I open zim using QS (which is a bash script, calling a python > script) zim always appears behind the other windows, is there a way to > foreground it automatically like other apps? >
Try appending this to your bash script (just amend the name of the process) /usr/bin/osascript -e "tell application \"System Events\" to set frontmost of process \"Zim\" to true" -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
