<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rdbhvr-001</title>
    <description>The latest articles on DEV Community by rdbhvr-001 (@rdbhvr-001).</description>
    <link>https://dev.to/rdbhvr-001</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3742421%2Fb684768a-b94d-4f6d-86db-8a7996b636d3.jpeg</url>
      <title>DEV Community: rdbhvr-001</title>
      <link>https://dev.to/rdbhvr-001</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rdbhvr-001"/>
    <language>en</language>
    <item>
      <title>My first post is about the solo project I am working on.</title>
      <dc:creator>rdbhvr-001</dc:creator>
      <pubDate>Sat, 31 Jan 2026 03:48:18 +0000</pubDate>
      <link>https://dev.to/rdbhvr-001/my-first-post-is-about-the-solo-project-i-am-working-on-1o8i</link>
      <guid>https://dev.to/rdbhvr-001/my-first-post-is-about-the-solo-project-i-am-working-on-1o8i</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/rdbhvr-001" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3742421%2Fb684768a-b94d-4f6d-86db-8a7996b636d3.jpeg" alt="rdbhvr-001"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/rdbhvr-001/bspwm-is-powerful-but-its-documentation-is-a-mess-so-i-built-a-wiki-19be" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;Bspwm is powerful - but it's Documentation is a Mess. So I Built a Wiki.&lt;/h2&gt;
      &lt;h3&gt;rdbhvr-001 ・ Jan 31&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#linux&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#opensource&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#documentation&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#productivity&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>linux</category>
      <category>opensource</category>
      <category>documentation</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Bspwm is powerful - but it's Documentation is a Mess. So I Built a Wiki.</title>
      <dc:creator>rdbhvr-001</dc:creator>
      <pubDate>Sat, 31 Jan 2026 03:41:33 +0000</pubDate>
      <link>https://dev.to/rdbhvr-001/bspwm-is-powerful-but-its-documentation-is-a-mess-so-i-built-a-wiki-19be</link>
      <guid>https://dev.to/rdbhvr-001/bspwm-is-powerful-but-its-documentation-is-a-mess-so-i-built-a-wiki-19be</guid>
      <description>&lt;p&gt;&lt;strong&gt;When I first started using bspwm&lt;/strong&gt;, I loved the idea behind it. A minimal window manager, clean design, everything controllable through commands - exactly feels like my home territory in linux, &lt;strong&gt;as it uses bash&lt;/strong&gt; and &lt;strong&gt;I love bash&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;But learning it? &lt;strong&gt;The painful process.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Bspwm has a good community, though small and has sparse documentation. Beginners would have to suffer after encountering errors, because the manpages does not help. It says &lt;strong&gt;This is the command and syntax, use it.&lt;/strong&gt; and does not provide any explanations for &lt;strong&gt;why&lt;/strong&gt;, &lt;strong&gt;how&lt;/strong&gt; or &lt;strong&gt;the process behind it's working&lt;/strong&gt;. Information was everywhere and nowhere at the same time. Some docs here, a man page there, random GitHub gists, old Reddit comments, half-explained examples in dotfiles. Every time I wanted to understand a single bspc query or behaviour, I had to jump between five sources and still guess what was actually happening. &lt;/p&gt;

&lt;p&gt;What bothered me most wasn't that documentation didn't exist - it did - but that it wasn't &lt;strong&gt;connected&lt;/strong&gt;, &lt;strong&gt;completed&lt;/strong&gt;, or &lt;strong&gt;explained deeply&lt;/strong&gt;. Most guides assume you already know how bspwm thinks. If you don't, you're stuck copying configs without understanding them and end up breaking your system.&lt;/p&gt;

&lt;p&gt;So I started taking notes.&lt;/p&gt;

&lt;p&gt;At first, it was just for myself. I wrote down what each &lt;code&gt;bspc&lt;/code&gt; query actually does, what the flags mean, what changes when you target nodes versus desktops and what happens internally when a command runs. Over time, those notes turned into something bigger.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's how bspwm-wiki started.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The goal of this wiki is simple:&lt;br&gt;
not to provide "cool configs", not to rice screenshots, and not to repeat the man page - but to &lt;strong&gt;explain bspwm properly.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I focus heavily on the following things. I framed it as a community project. But no one contributed yet and I am the solo maintainer of this project. I can maintain this forever if this is helpful to many people.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how &lt;code&gt;bspc query&lt;/code&gt; really works&lt;/li&gt;
&lt;li&gt;what each selector targets and why&lt;/li&gt;
&lt;li&gt;how bspwm's tree model affects behaviour&lt;/li&gt;
&lt;li&gt;explanations in paragraphs, not command dumps or short bullets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every page is written as if the reader is learning bspwm for the first time, but still wants the full depth. There happens not shortcuts or magic, but pure understanding.&lt;/p&gt;

&lt;p&gt;The wiki lives here:&lt;br&gt;
-&amp;gt; &lt;a href="https://rdbhvr-001.github.io/bspwm-wiki" rel="noopener noreferrer"&gt;https://rdbhvr-001.github.io/bspwm-wiki&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's still growing, and it's very much a community thing. If you've ever been confused by bspwm's docs, or if you've learned things the hard way and wish someone had explained them earlier - that's exactly who this is for.&lt;/p&gt;

&lt;p&gt;Feedback, corrections, and contributors are more than welcome. If something is unclear, incomplete, or wrong, I actually want to know. Good documentation only gets better when more eyes are on it.&lt;/p&gt;

&lt;p&gt;Want to contribute?&lt;br&gt;
-&amp;gt; &lt;a href="https://github.com/rdbhvr-001/bspwm-wiki" rel="noopener noreferrer"&gt;https://github.com/rdbhvr-001/bspwm-wiki&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're using bspwm and ever felt like &lt;strong&gt;"this should be documented better"&lt;/strong&gt;, I probably felt the same way - and tried to write it down.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>documentation</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
