Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
1–10 of 97 posts
Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#2Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#3Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#4Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#5Komorebi works pretty well. In the end, I felt like it's limitations were mostly at the OS level rather than the fault of the software itself (similar to tiling WM on MacOs). I think for such a thing to really work, virtual desktops need to be a first class feature of the desktop environment. For Windows/Mac, they're still kind of janky. Whereas on Linux, I can bind Win+Tab to "Previous Desktop", hold down the button…
The official Win32 API for interacting with Virtual Desktops[1] is severely (deliberately?) lacking. There are some brave souls who are constantly reverse-engineering and figuring out how to interact with Virtual Desktops in all the ways that are missing from the official Win32 API, but this is a constant game of whack-a-mole because you never know when an update to Windows is going to break everything.[2]
If anyone working on the Virtual Desktops feature at Windows reads this: please give us a real, stable API for Virtual Desktops to develop against.
[1] https://learn.microsoft.com/en-us/windows/win32/api/shobjidl...
Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#6Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#7Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#8I've been using Winsplit Revolution for years, and more recently MaxTo. Is there some reason to use this over one of those?
Honestly, this rabbit hole goes so deep. I started using Yabai on macOS, and when I switched to Windows, the experience of trying to interface with a computer without a tiling window manager was so frustrating that I had no alternative but to write my own tiling window manager (well actually I wrote two, komorebi is the second one).
Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#9Re: Show HN: Komorebi – A tiling window manager for Windows 10/11 written in Rust
#10The almost-recursive screenshot in the README amused me