DeskPad icon indicating copy to clipboard operation
DeskPad copied to clipboard

Multiple DeskPad virtual displays

Open toddfast opened this issue 1 year ago • 5 comments

I would like to be able to create multiple virtual displays within the app.

If not supported directly in the app, what is the minimum set of changes required to allow compiling a local version of the app that could run alongside DeskPad as another virtual display?

toddfast avatar Nov 29 '24 10:11 toddfast

This would be a nice feature to have.

gh0sti avatar Jan 21 '25 16:01 gh0sti

Image

Here's DeskPad displaying DeskPad on a separate DeskPad. :P Just open another instance.

stockhuman avatar Feb 03 '25 16:02 stockhuman

@stockhuman what version of macOS are you on? Currently still on Sonoma and I can't seem to get 2 instances running using the same commands:

open -n -a DeskPad
open -n -a DeskPad

The second instance appears in the dock but no window shows up or new display under Displays. Could be an issue with Sonoma.

gregnr avatar Feb 21 '25 18:02 gregnr

@stockhuman what version of macOS are you on? Currently still on Sonoma and I can't seem to get 2 instances running using the same commands:

open -n -a DeskPad open -n -a DeskPad The second instance appears in the dock but no window shows up or new display under Displays. Could be an issue with Sonoma.

I'm encountering the same issue in Sequoia. The simplest solution is to create a clone version of it and run, like my fork: https://github.com/dangphuc2470/DeskPad

dangphuc2470 avatar Mar 31 '25 08:03 dangphuc2470

Here's a fork that allows an arbitrary number of instances (thanks @dangphuc2470) and with a menu item to launch new instances.

https://github.com/Stengo/DeskPad/pull/54

hugomallinson avatar Jul 21 '25 12:07 hugomallinson