-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Monitor Documentation Update - Make it Easier to Understand #833
Comments
For simple usecases of "I want my monitor up/down/left/right" there already exists the simpler But we can also include examples such as yours to clarify things. |
I noticed the auto options, and even tried them. They are wonderful, but they do not work well for those with varying size monitors where one may want to be more explicit about where a mouse transition across displays occurs (which is why I was playing with centering). I was also shown I think a few diagrams here would be really powerful, especially since they can be language agnostic. |
We could probably integrate Mermaid.
It isn't mentioned currently, but it could be mentioned in Useful Utilities/Other, along with kanshi, shikane, wlr-randr, nwg-displays. |
Cool, I am new to the tiling and wayland world, will need to look into those too! I like Mermaid as well, but there are also a few other options now too like d2: https://d2lang.com/. In Rust there is a project called aquamarine that makes it easier to integrate mermaid diagrams into Rustdocs - I don't know much about C++ world, but maybe there is something similar. |
Our wiki uses hugo, and mermaid is pretty easy to integrate, that's why I mentioned it. Also, the wiki is not generated from doxygen or the like. D2 looks nice, I'll look into what we can do. |
While learning how to interact with monitor configuration, I encountered many posts of people also confused about this section of documentation.
I suggest making it more clear regarding the calculations that are actually happening in docs, it is very ambiguous right now, especially if one assumes multiplication and not division is used for scaling operation. It was a good learning point to understand logical pixels, but it is not clear in docs.
Some potential calculation examples (apologies if mistakes, just a starting point)
Centering a Display Above another display:
Moral is have a few example with varying resolutions, scales, and positions and hopefully diagrams so it is easier to determine what is being done. The language and examples right now are rough to understand.
The text was updated successfully, but these errors were encountered: