alex-courtis / way-displays

way-displays: Auto Manage Your Wayland Displays
MIT License
241 stars 12 forks source link

Feature: Transformation #41

Closed anandubey closed 10 months ago

anandubey commented 2 years ago

I am using this on river window manager, Do I need to use kanshi on top of way-display to rotate the diplay or is there any option that I cannot seem to find?

alex-courtis commented 2 years ago

way-displays cannot rotate displays itself, although it does work when displays are rotated. Adding this as a feature request.

Currently you can rotate using sway via its config e.g. output DP-2 transform 90, however it appears that river cannot do that.

Thanks for letting me know about river; I can investigate and ensure that way-displays is well behaved under it.

anandubey commented 2 years ago

Sorry for the late reply was busy in some work! I am daily driving river and I know a bit of C. I am trying to get a grasp of the source code, to see if I can implement this feature. If you can point me in the right direction I can start tweaking in my system.

EDIT: Forgot to say, Thank you for making this tool, It is handling my dual displays flawlessly.

alex-courtis commented 2 years ago

River works well. I've added some "blessing" on both projects.

If you can point me in the right direction I can start tweaking in my system.

I'd be really grateful: fork, build and PR please.

Needed:

alex-courtis commented 2 years ago

Dev ideas:

If you can, please: