I just added these options to leo command line options:

  --minimized           start minimized (Qt only)
  --maximized           start maximized (Qt only)
  --fullscreen          start fullscreen (Qt only)

(pushed to trunk)

I also added this to my ~/.bashrc

if [ "$DISPLAY" ]; then

  # other stuff not shown

  WC=$(ps waux | grep launchLeo.py | grep -v grep | wc -l)
  if [ $WC -eq 0 ]; then
    nohup leo --minimized &
  fi
fi

so leo's already running when I need it (shortly after I've finished reading my 
email usually :-)

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to