Skip to content

Per-app automatic refresh rate switching #2

@SilasSch

Description

@SilasSch

Feature

Automatically switch refresh rate when specific apps are launched/closed.

Suggestion

  • Config section in config.json:
{
  "profiles": [
    { "processName": "fc26.exe", "refreshRate": 120 },
    { "processName": "chrome.exe", "refreshRate": 60 }
  ]
}
  • Background thread monitors running processes
  • Switches rate when profile app starts/stops

Why

Ultimate convenience — gaming app opens? 120Hz. Closed? Back to 60Hz. No manual interaction needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions