opensourceprojects.dev

A broadsheet for software that doesn't ask for your email

HyprSpace demos its window manager in a quick video walkthrough
GitHub RepoImpressions3

Project Description

View on GitHub

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

  1. Clone the repo from GitHub:
git clone https://github.com/BarutSRB/HyprSpace.git
cd HyprSpace
  1. Build it — you'll need standard build tools (gcc, make) and X11 development headers:
make
sudo make install
  1. Start it from your display manager or by adding exec HyprSpace to 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.

Back to Projects
Project ID: 499222a7-e152-47c4-9b92-f71f1b846f4fLast updated: July 12, 2026 at 05:47 AM