Yes, you do not need to specify *--gui=qt*. You will get that by default. Every time you run your launch script, you should get a new Leo window. Each one can have just a single outline open if you want. Since the terminal that launched Leo will be busy servicing its Leo instance, you would need to open another terminal or terminal window to launch another Leo window.
As for desktop shortcuts, I only know what is used in Linux. I've not worked with a Mac since long before they switched to a Linux-like OS. Here is a link about creating MacOS shortcuts: Create a custom shortcut on Mac <https://support.apple.com/guide/shortcuts-mac/create-a-custom-shortcut-apd84c576f8c/mac>. I imagine that the "action" would be your launch script, or the contents of it. On Saturday, October 15, 2022 at 2:33:31 PM UTC-4 [email protected] wrote: > How would that work? > > What is in the desktop shortcut? > > I launch my outlines with a acript like this: > > python3 launchLeo.py --gui=qt $* > > The --gui=qt is ignored by leo. > > On Saturday, October 15, 2022 at 5:33:20 PM UTC+2 [email protected] wrote: > >> You can just open a new Leo session for each outline, either from the >> command line or using a desktop shortcut. This works on both Windows and >> Linux, though I don't have a Mac or a Miniconda install to test it on. >> >> On Saturday, October 15, 2022 at 11:18:52 AM UTC-4 [email protected] >> wrote: >> >>> Is there a way to switch off the tabbed gui? I prefer 1 window per doc. >>> >> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/49a536b0-5ec2-4a81-8e8c-ede6d21812den%40googlegroups.com.
