HyprSpace: A Lightweight Window Manager That Makes Your Desktop Feel Like a Tiling Dream
If you've ever wished your window manager was as nimble as a tiling WM but as flexible as a floating one, HyprSpace might be what you're looking for. It's a new open source project that blends the best of both worlds — and it just dropped a video walkthrough that shows off the magic in action.
What It Does
HyprSpace is a dynamic window manager built for Linux. It uses a hybrid tiling + floating approach: windows automatically tile into grids, but you can freely resize, move, or float any window with a keystroke or mouse gesture. The core idea is that you spend less time arranging windows and more time actually working.
From the GitHub repo, it's clear the project is focused on keyboard-driven workflows — think i3 or bspwm, but with a modern, minimal aesthetic and better mouse support.
Why It’s Cool
A few things stand out about HyprSpace that make it worth a look:
- Zero-config sensible defaults — It just works out of the box. You don't need a 50-line config before you can even see a window.
- Floating windows done right — You can pin windows (like a calculator or chat) that float on top of tiled layouts, and they never get in the way.
- Live resizing with smooth animations — Resize a gap or swap windows, and everything glides smoothly. No teleporting windows.
- Tiny codebase — Written in C, the repo is only a few thousand lines. That means it's easy to audit, modify, or embed into other tools.
The walkthrough video (linked in the tweet) shows off its responsiveness. You see windows snap into place, float, and resize without any lag or screen tearing. That's the kind of polish that makes a daily driver.
How to Try It
- Clone the repo from GitHub:
git clone https://github.com/BarutSRB/HyprSpace.git
cd HyprSpace
- Build it — you'll need standard build tools (gcc, make) and X11 development headers:
make
sudo make install
- Start it from your display manager or by adding
exec HyprSpaceto your.xinitrc.
For a quick demo, just run the included demo.sh script (if available) or check the walkthrough video embedded in the repo’s README.
Final Thoughts
HyprSpace is still young, but it already feels more refined than many established window managers. The balance between tiling and floating is surprisingly hard to get right, and this project nails it. If you're a tiling WM user looking to try something fresh — or just tired of configuring your setup for hours — give it a spin. It might just save you a few clicks (and a lot of sanity).
Follow @githubprojects for more open source finds.