Replies: 1 comment 2 replies
-
|
Could there be a better property than order? It's not obvious that it does left-to-right positioning imo. As for bonus: while I agree that niri positioning is somewhat limiting, I'm also not sure I'm prepared to add a lot of config content like this. Especially when, if I'm not mistaken, tools can use wlr-output-management to do this kind of positioning logic already? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
challenge
The current positioning system for outputs is very precise in exchange for some rough edges:
proposal
Add a secondary mechanism for positioning outputs called ordered positioning, which is configured with integer values:
This would already be valuable; what follows is extra 'nice to have' features that could be omitted or added later.
bonus
configuration
Global configuration options would allow tweaking things:
action
When configuring outputs and the global
auto-delta, you will have noticed I used100as the default different. This allows ad-hoc insertion of monitors between standard configured monitors. For example, in the above config example, the company monitor would go between the laptop monitor and theHDMI-A-1output.Likewise an action would allow setting the order:
Beta Was this translation helpful? Give feedback.
All reactions