d77void Wasp Edition: Live-Reload Wayland on Void

d77void Wasp Edition: Live-Reload Wayland on Void

d77void Wasp Edition: Live-Reload Wayland on Void

Contents

What Is d77void?

d77void is a respin of Void Linux, built by a solo maintainer known online as dani-77 to show off what Void's own tooling, namely void-mklive and void-packages, can really do. It began life humbly, as a simple Fluxbox respin, and has since grown into something far broader: a rotating showcase of window managers and desktop environments, all built on the same rolling Void foundation, all hosted proudly on SourceForge.


Two accounts are ready to go the moment you boot: anon and root, both using the password voidlinux. That is a live-session convenience rather than a security posture, so anyone installing the system permanently should change it straight away.


Installation is handled by Calamares, d77void's graphical installer of choice. Most of the time it launches cleanly from the applications menu, but if it ever refuses to open, the maintainer's own tip is to drop into a terminal and run it with elevated privileges directly, rather than clicking the icon a second time and wondering why nothing happens.


What makes d77void worth watching is its pace of release. Rather than settling on one desktop and polishing it for years, dani-77 treats each new window manager or shell trend as an excuse for a fresh ISO, then keeps the strongest ones in rotation. The project's SourceForge page reads almost like a running diary of the wider Wayland compositor scene, with each entry a working, downloadable answer to "what if Void shipped with this instead?" The newest of those answers, at the time of writing, is Wasp.


Inside Wasp

Wasp takes its name from its core compositor, and the joke is a good one once you know the lineage. dwl bills itself as "dwm for Wayland", a deliberately minimal, suckless-inspired take on tiling window management ported to the modern display protocol. Wasp is dani-77's own fork of that project, and its headline feature is one that suckless purists rarely get: a live-reloadable Lua configuration. Traditional dwm-family window managers demand a recompile every time you tweak a keybinding or a layout rule. Wasp does away with that entirely. Edit the Lua config, press mod+shift+r, and the changes apply on the spot, no rebuild, no restart, no lost session.


Sitting alongside the compositor is Quickshell, providing the bars, launchers and on-screen widgets that a bare tiling window manager would otherwise lack. For Wasp specifically, dani-77 has built his own Quickshell configuration, which he has named Utumno. The whole arrangement, compositor plus shell, is driven from d77void's own command-line helper, qsd77, giving the edition a consistent way to manage and reload its Quickshell layer without fiddling by hand.


The keybindings themselves lean firmly into dwm tradition, which will feel instantly familiar to anyone who has spent time with suckless tools, while still covering everything a modern Wayland session needs. A few worth knowing before your first boot:

  • alt + shift + return opens a terminal, and alt + comma drops down a scratchpad terminal for quick, out-of-the-way tasks

  • alt + t, alt + f, alt + m and alt + r cycle between tiled, floating, monocle and dwindle layouts

  • alt + j / alt + k move focus between windows, and the shifted versions swap their positions instead

  • alt + 1 through alt + 9 jump between workspaces, with the shifted combination carrying the focused window along

  • super + space opens the application launcher, super + y calls up a wallpaper picker, and super + x brings up the session menu

  • alt + shift + r reloads the Lua configuration on the fly, and alt + shift + q quits Wasp cleanly


None of this is groundbreaking on its own; dwm-style keybindings have barely changed in spirit for two decades. What is genuinely useful is having that whole philosophy, tiling, tags, a minimal footprint, ported cleanly to Wayland and then handed a config workflow that no longer punishes experimentation with a compile step.


On Bare Metal

Screenshots from an actual USB boot on a second-hand Dell laptop tell the rest of the story better than a features list can. The Ly-style login screen greets you with a dark, indigo-shaded wedge design, the d77void diamond logo tucked in the corner, and three fields: username (anon, filled in by default), password, and a session selector already set to Wasp.

The Ly-style login screen

Once inside, running Calamares brings up its familiar welcome page, "Welcome to the Calamares installer for d77void", sitting alongside d77void's own post-install helper, d77-welcome. That helper is doing double duty here: on one side it offers to set a root password, update software sources, upgrade packages, or add optional extras such as an office suite, Bluetooth support, a browser, Flatpak, Steam or a boot animation; on the other, it greets new users with a plain-language rundown of exactly what they have just booted into, wasp as the compositor, Utumno as the shell, and the full keybinding cheat sheet reproduced in full for reference.

Welcome to the Calamares installer | d77-welcome

Running fastfetch in a terminal confirms the session in cold, factual terms: Void Linux, kernel 6.18, bash 5.3, and wasp listed plainly as the window manager under a Wayland session. Memory usage sat at a little over a gigabyte out of roughly 31 gigabytes available, a genuinely light footprint for a live environment still carrying its full desktop stack. A quick look in htop backs that up, with load averages hovering well under one and the process list dominated by runsv entries, a reminder that Void, and therefore d77void, runs on runit rather than systemd. The system had been up for only a matter of minutes at that point, which says something rather flattering about how quickly the ISO gets from boot menu to a fully usable desktop on real, unvirtualised hardware.

Fastfetch

Htop

The rest of the session tour is refreshingly ordinary in the best sense. The application launcher, called with super + space, offers fuzzy search across the installed app set, Alacritty for a terminal emulator, Brave as the default browser, and the two d77void helper tools, d77-welcome and d77run, sitting near the top. 

The application launcher

The wallpaper picker bound to super + y presents a gallery of backgrounds to choose from, several of them carrying the d77void branding directly. 

Wallpaper picker

A separate run dialogue, opened with alt + p, lists every executable on the system alphabetically for anyone who prefers typing a command name over browsing a menu. 

Separate run dialogue

Finally, the session menu on super + x covers the essentials, lock, suspend, reboot, shutdown and logout, with a small top bar overlay showing battery, volume, brightness and a weather widget once network access is available.

The session menu

Taken together, it is a live session that does what it promises: boots fast, sips memory, and hands you a fully keyboard-driven Wayland desktop with a configuration workflow that genuinely gets out of your way. As with any live-boot test, your own mileage will vary with different hardware, and installing to disk is always the better way to judge long-term stability, but as a first impression on bare metal, Wasp holds up well.


A Final Word

Wasp is a small, characterful addition to an already sprawling project, and it captures what makes d77void worth following: a maintainer who clearly enjoys exploring the edges of the Wayland compositor world and is happy to package up the results for anyone curious enough to try. If a live-reloadable, dwm-flavoured Wayland session with a purpose-built Quickshell layer sounds appealing, grabbing the ISO and giving it a spin on spare hardware costs little more than an afternoon.


Disclaimer

Void Linux, Wayland, dwl, dwm, Quickshell, Calamares, SourceForge, GitHub, Brave and any other product or project names mentioned above are the trademarks or property of their respective owners, and their use here is for identification and discussion purposes only. The Distrowrite Project has made every reasonable effort to verify the details in this article against official sources at the time of writing, but open-source projects, especially fast-moving, single-maintainer ones like d77void, can and do change quickly, so readers are encouraged to check the official channels below before downloading or installing. As always, please use open-source software responsibly and within the terms of its licence.


References


ཐི༏ཋྀ

Comments