Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 419 Bytes

Description

A simple CLI to change display resolution and refresh rate. Based on zergon321's work.

Usage

  • resolution-manager WIDTH HEIGHT FREQUENCY

Examples

  • resolution-manager 3440 1440 144
  • resolution-manager 2560 1440 144
  • resolution-manager 1920 1080 60

How to build

$env:GOOS="windows"
go build -o resolution-manager.exe