June 24th, 2024

Komorebi: Tiling Window Management for Windows

The "komorebi" project is a tiling window manager for Windows, extending Microsoft's Desktop Window Manager. It offers CLI control, installation guides, configuration details, and a supportive community for contributions and discussions.

Read original articleLink Icon
Komorebi: Tiling Window Management for Windows

The GitHub URL provided contains information about the "komorebi" project, a tiling window manager designed for Windows operating systems. This project serves as an extension to Microsoft's Desktop Window Manager in Windows 10 and newer versions. Users can manage application windows, virtual workspaces, and display monitors through a command-line interface that supports custom keyboard shortcuts. The project includes installation guidelines, configuration details, workflow examples, schema references, and CLI documentation. Additionally, it offers a Discord community for discussions and a YouTube channel featuring development content. "komorebi" is open-source and welcomes charitable contributions. For further details or support regarding this project, visit the GitHub URL for comprehensive documentation and additional resources.

Related

Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminal

A Pomodoro Technique timer, Pomoglorbo, enhances productivity with customizable features like audio settings and work intervals. Users can contribute to the project following guidelines for development and testing.

Show HN: Feedback on Sketch Colourisation

Show HN: Feedback on Sketch Colourisation

The GitHub repository contains SketchDeco, a project for colorizing black and white sketches without training. It includes setup instructions, usage guidelines, acknowledgments, and future plans. Users can seek support if needed.

Update on GNOME Newton, the Wayland-native accessibility project

Update on GNOME Newton, the Wayland-native accessibility project

The Newton project aims to enhance accessibility on free desktops, focusing on Wayland-protocols, AccessKit, Mutter, Orca, GTK, and libadwaita components. Progress includes running GTK 4 apps in Flatpak sandboxes, with ongoing work to improve Orca functionality on Wayland. Challenges involve optimizing performance and addressing architectural issues for assistive technologies. Future plans may extend support to GNOME Shell UI.

Neko: Portable framework for high-order spectral element flow simulations

Neko: Portable framework for high-order spectral element flow simulations

A portable framework named "Neko" for high-order spectral element flow simulations in modern Fortran. Object-oriented, supports various hardware, with detailed documentation, cloning guidelines, publications, and development acknowledgments. Additional support available for inquiries.

Windows File Explorer will be more powerful with version control and 7z

Windows File Explorer will be more powerful with version control and 7z

Microsoft updates File Explorer with Git integration for version control, native support for 7-zip and TAR compression formats. Aimed at enhancing project management and file organization for users, announced at Microsoft Build.

Link Icon 21 comments
By @thesurlydev - 4 months
Love the name. For those that are curious:

It's the Japanese word for sunlight, which is filtered through the leaves of the trees. In particular, it means the visible light rays. “Komorebi” is composed of several parts of the word: “Ko” means tree or trees. “More” means: something that comes through, something that shines through or seeps through. “Bi” means: sun or sunlight.

The word “Komorebi” reflects the romantic and emotional love of the Japanese for nature.

By @seabass-labrax - 4 months
The README says that "komorebi is a free and open-source project", but on the contrary, the software licence that this is released under (the 'PolyForm Strict License 1.0.0') makes it proprietary software, not free and open source (FOSS). The source code is available, but the licence doesn't permit modification, which is a key aspect of FOSS. So if the author is reading this, please change either the README or the licence so that they correspond!
By @GrantMoyer - 4 months
This looks very cool. All other tiling window manager implementations I've seen for Windows fall short in some way, but this looks as close to something like sway or i3 as possible. Keeping the design simple by configuration through message passing is cool.

But the license is a dealbreaker for me. On one hand, I like that the license terms are short and easy to understand. In that regard, it blows other proprietary software out of the water. On the other hand, I know I'd be tempted to tinker with the internals at some point, and the license forbids me from doing that. Even if in practice the maintainer accepts illicit patches, I'd rather not spend my time contributing unpaid to something proprietary, so I'd rather use and contribute to some open source alternative.

But the real non-starter is that I only use Windows at work, and the license forbids me from using the software there in the first place.

By @brbkr - 4 months
I've been using this for a few months and really like it.

Pros:

  - Simple configuration and built-in keyboard shortcut daemon.
  - Performs very well; no animations, nothing to get in your way.
  - Workspace switching is excellent, doesn't use Windows' built-in system, and each monitor has its own set of workspaces
  - Draws a border around the active window.  This is huge.  I can't tell which window has focus without this and it's essential with focus change shortcuts.
  - Can move the cursor to the newly focused window, minimizing mouse movement.
  - Makes me happy.  That's rare on Windows.
Cons:

  - Doesn't handle DPI changes or laptop dock/undock well.  I usually have to restart.
  - whkd gets stuck occasionally and requires restart.
  - Polyform Strict license is a little unusual; I hope the author stays committed.
By @NanerBag - 4 months
Used to be a bit rougher around the edges but now most of my problems boil down to some niche app not being tiled every once in a while, which can always be fixed by contributing to the repo for application specific tiling rules. The docs are solid and it recently has received a small gui to test configurations and debug applications which dont play nicely.

It takes a bit longer to get configuration up to speed because its not exactly one single program. Hotkeys are facilitated by whkd or an Autohotkey script, but thats because its built to allow other programs like status bars and application specific keyboard daemons can integrate with it. But all that also makes it a good learning experience.

Not sure how to stick in this with the other points, but maintainer is really helpful with any problems.

By @cisoto5034 - 4 months
I recently switched from Linux to Windows 11 and all my problems with bad UI, blurry fonts and terrible quality of update is gone, only what i missed is tiling manager, now I found it, thank you.
By @metadat - 4 months
I installed and launched it (komorebi-gui.exe? NOPE, komorebi.exe.. maybe that's right) but it seems like there is some learning curve.. no Welcome screen or post-install onboarding.

It randomly selected and tiled 2 / 50 total windows, and created a big black box for Progress Quest which wasn't there before (which I discovered here on HN last week but haven't started a New Game yet).

Is there a minimal Quickstart guide? I really want to like this but so far it's pretty rough.. I don't want to learn another form of the obscure config language (e.g. tmux) for a tiling window manager.

Edit: Thank you repliers :)

By @alpb - 4 months
A while back I have developed https://github.com/ahmetb/RectangleWin which is the Windows equivalent of Spectacle.app/Rectangle.app on macOS. It lets you pin windows to halves and one-thirds of the edges and corners with hotkeys.
By @mdtrooper - 4 months
I remember when I was young that there was a "theming" app for win98 and it was cool.

It is https://en.wikipedia.org/wiki/LiteStep .

By @Blahah - 4 months
Wonderful.

Also. Komorebi is a Japanese word for the way light dapples through layers of leaves to illuminate a forest floor. I also made a tool called komorebi (an internal tool used for visuallly highlighting features in genomic comparisons) and deeply appreciate the name.

By @rcarmo - 4 months
By @frebord - 4 months
Been using this for about a year and it is awesome! allows a lot more control than fancy zones.
By @ApolloFortyNine - 4 months
Github should probably crack down on these kind of licenses and ask them to pay. This is one of the most restrictive ones I've ever seen, it's essentially all rights reserved, save for them graciously letting you download the application, but only if your non-commercial. You can't modify the code in anyway (even for personal use without distributing, despite what it says in the readme. The license itself says differently), or even share their own code with no changes. It's proprietary software with visible source code.

It doesn't even have an expiry date or some 'if this project dies' clause.

By @mionhe - 4 months
I'm excited to try this out. Fancy zones doesn't always cut it for me.
By @lostmsu - 4 months
Another one by myself if you want .NET ecosystem: https://github.com/StackWM
By @runjake - 4 months
Obligatory FancyZones/PowerToys links if Komorebi doesn't suit your style:

https://github.com/microsoft/PowerToys?tab=readme-ov-file

https://learn.microsoft.com/en-us/windows/powertoys/fancyzon...

FancyZones is a Microsoft tiling window management utility from their PowerToys collection.

By @funkhouser - 4 months
Any plans to make this for linux? I have recently switched away from Windows permanently due to the whole recall thing, but your project looks great.
By @patuitar - 4 months
This is a great windows tiling manager for windows, it is pretty easy to use and they are going to add a stack bar which I am pumped for.
By @mandeepj - 4 months
I don't get these Window management s/w, nor the obsession with them. What could you possibly get done in those 4"x4" windows? Get a 2nd, 3rd, or even 4th monitor if you are short of space or just a 34".
By @zeeez - 4 months
Does anyone know what the explorer replacement(?) is that is seen in the videos?
By @eptcyka - 4 months
What's up with the nix shell file?