Prefer Monitor
What monitor to preferrably drop the terminal.
Can be:
- WithCursor
- Primary
- AtIndex
If PreferMonitor
is set to AtIndex
, the MonitorIndex
-setting determines what monitor to choose.
Zero based, eg. 0, 1, etc.
Defaults to WithCursor
.
{
"PreferMonitor": "AtIndex",
"MonitorIndex": 1
}
Suggested by Christian Käser