You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): support horizontal flips (screen mirror) for rotations (#77)
## What does this PR do?
Adds `L` keybind to flip the screen on top of rotations.
[Source](https://wiki.hypr.land/Configuring/Monitors/?utm_source=chatgpt.com#rotating):
```
0 -> normal (no transforms)
1 -> 90 degrees
2 -> 180 degrees
3 -> 270 degrees
4 -> flipped
5 -> flipped + 90 degrees
6 -> flipped + 180 degrees
7 -> flipped + 270 degrees
```
## Why is this change important?
Some users might need to flip their screens when using projectors etc.
## How to test this PR locally?
`make pre-push`
## Related issues
Closes#72
0 commit comments