Rubywm: An X11 window manager in pure Ruby

This experimental Ruby X11 Window Manager is not for the faint of heart. With a minimalist design focused on tiling, it lacks window decoration and traditional keyboard handling. Communicating via X11 ClientMessage events, it allows for control by tools like xdotool. Developed out of frustration with other window managers, the creator aims for functionality over a large user base, with a willingness to add features if they align with the minimalist goal. Integration with sxhkd or similar tools is necessary for input handling. While bugs and limitations exist, this WM serves as a personal solution for the developer.

https://github.com/vidarh/rubywm

To top