Skip to content

v2.0.0-prerelease4

Pre-release
Pre-release
Compare
Choose a tag to compare
@flyingpie flyingpie released this 13 Feb 20:18
· 101 commits to master since this release
1c6cfcd

Added "PreferMonitor" and "MonitorIndex" to control what monitor apps are toggled on.

The setting is available at the root config level, and can be overridden per application.

{
  "PreferMonitor": "WithCursor", // WithCursor | Primary | AtIndex
  "MonitorIndex": 0,

  "Apps": [
    {
      "PreferMonitor": "WithCursor", // WithCursor | Primary | AtIndex
      "MonitorIndex": 0,
    }
  ]
}