Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 474 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 474 Bytes

winresz

A simple window resize utility for Windows.

How to use it

  • Change Resolution by window title
    winresz --title-contains "Windowed Projector" 1280x720
    
  • Change Resolution by executable path
    winresz --path-endswith "notepad.exe" 1280x720
    

Short hand!

  • Change Resolution by window title
    winresz -t "Windowed Projector" 1280x720
    
  • Change Resolution by executable path
    winresz -p "notepad.exe" 1280x720