Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanorei32 authored Nov 13, 2024
1 parent fc5d9d6 commit 1916d35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ A simple window resize utility for Windows.
```
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
```

0 comments on commit 1916d35

Please sign in to comment.