Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotate Layouts for Vertical Monitors #71

Open
irasponsible opened this issue Apr 30, 2024 · 1 comment
Open

Rotate Layouts for Vertical Monitors #71

irasponsible opened this issue Apr 30, 2024 · 1 comment

Comments

@irasponsible
Copy link

irasponsible commented Apr 30, 2024

Similar to #4, but I think distinct enough to put in a separate request.

The idea is to be able to define one layout; say, 70%/30%.

┌─────────────┬────┐
│             │    │
│             │    │
│             │    │
└─────────────┴────┘

And, when it is shown on a monitor that is taller than it is wide, it rotates 90 degrees counter-clockwise, so the same layout can be used on a vertical monitor.

┌─────────┐
│         │
├─────────┤
│         │
│         │
│         │
│         │
└─────────┘

A 70/30 split is a useful layout for both Horizontal and Vertical layouts, but to use it on both screens, I'd need to define it twice (and the same for every other layout). Currently, the same layout on a vertical display looks more like this, which makes both windows far too skinny.

┌──┬──────┐
│  │      │
│  │      │
│  │      │
│  │      │
│  │      │
└──┴──────┘

At the moment, the work-around is to define multiple layouts, but that gets a bit cumbersome if you have multiple regularly-used layouts, and makes the switcher for both screens full of "useless" options.

@imthenachoman
Copy link

If there was multi monitor layouts, then couldn't you just create a vertical layout for the vertical monitor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants