<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf" -->

---
title: We&#x27;re back on the window manager :D | daily.dev
description: A live coding session building a taskbar for a custom Wayland window manager written in Zig. The developer integrates a self-written D-Bus library to enable...
canonical: https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: We&#x27;re back on the window manager :D | daily.dev
og:description: A live coding session building a taskbar for a custom Wayland window manager written in Zig. The developer integrates a self-written D-Bus library to enable...
og:url: https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf
og:image: https://api.daily.dev/og/posts/ZjLffAfcf.png
og:image:alt: We&#x27;re back on the window manager :D
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# We're back on the window manager :D

**[sphaerophoria](https://daily.dev/sources/sphaerophoria)** · 107 min read · 0 upvotes · 0 comments

## Summary

A live coding session building a taskbar for a custom Wayland window manager written in Zig. The developer integrates a self-written D-Bus library to enable IPC between the window manager and a separate taskbar application. The session covers adding D-Bus as a submodule dependency, wiring up an event loop handler, defining a D-Bus service XML interface with a GetWindowList method, and fixing multiple bugs in the D-Bus serialization code including array length calculation and pointer handling. By the end, the window manager successfully responds to D-Bus calls and returns a hardcoded window list, with groundwork laid for reading real window titles from Wayland XDG toplevel state.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=o2de2zkk1EY>

---

[View this post on daily.dev](https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"We're back on the window manager :D","url":"https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf"},"datePublished":"2026-03-17T00:02:22.229Z","dateModified":"2026-03-17T00:28:29.756Z","description":"A live coding session building a taskbar for a custom Wayland window manager written in Zig. The developer integrates a self-written D-Bus library to enable...","image":"https://i.ytimg.com/vi/o2de2zkk1EY/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/o2de2zkk1EY/sddefault.jpg","isAccessibleForFree":true,"articleSection":"sphaerophoria","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"sphaerophoria","logo":"https://media.daily.dev/image/upload/s--dgPUg2T7--/f_auto/v1728806109/logos/sphaerophoria","url":"https://daily.dev/sources/sphaerophoria"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/we-re-back-on-the-window-manager-d-zjlffafcf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"","timeRequired":"PT107M","video":{"@type":"VideoObject","name":"We're back on the window manager :D","description":"A live coding session building a taskbar for a custom Wayland window manager written in Zig. The developer integrates a self-written D-Bus library to enable...","thumbnailUrl":"https://i.ytimg.com/vi/o2de2zkk1EY/sddefault.jpg","uploadDate":"2026-03-17T00:02:22.229Z","duration":"PT107M","url":"https://api.daily.dev/r/ZjLffAfcf","embedUrl":"https://www.youtube.com/embed/o2de2zkk1EY"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"sphaerophoria","item":"https://daily.dev/sources/sphaerophoria"},{"@type":"ListItem","position":3,"name":"We're back on the window manager :D"}]}
```

