Skip to content

Commit 1916d35

Browse files
authored
Update README.md
1 parent fc5d9d6 commit 1916d35

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ A simple window resize utility for Windows.
1212
```
1313
winresz --path-endswith "notepad.exe" 1280x720
1414
```
15+
16+
## Short hand!
17+
18+
- Change Resolution by window title
19+
```
20+
winresz -t "Windowed Projector" 1280x720
21+
```
22+
- Change Resolution by executable path
23+
```
24+
winresz -p "notepad.exe" 1280x720
25+
```

0 commit comments

Comments
 (0)