commit 54fc7baf640350a83701d28c260dfe78a4f4a49f
parent 6f0f9bf4ba4f06941a7d10a59c6cd469ecc5f035
Author: cowmonk <rekketstone@duck.com>
Date: Tue, 6 May 2025 19:48:13 -0700
DWM LESS IS MORE
Diffstat:
2 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/atom.xml b/atom.xml
@@ -78,11 +78,10 @@ However I recommend personally to get their official <a href="https://dl.suckles
</code></pre>
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
-<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:
-<code>bash
- $ cp config.def.h config.h
-</code>
-Now, config.h is <strong>your</strong> personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors.
+<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
+<pre><code class="language-bash"> $ cp config.def.h config.h
+</code></pre>
+<p>Now, config.h is <strong>your</strong> personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors.
It might look a bit intimidating at first, but it’s surprisingly straightforward.</p>
<p>For now, don’t change anything. Let’s just get it built!</p>
<h2 id="the-first-bake-compiling-dwm">The First Bake: Compiling DWM</h2>
diff --git a/blog4.html b/blog4.html
@@ -100,11 +100,10 @@ However I recommend personally to get their official <a href="https://dl.suckles
</code></pre>
<p>Take a peek. You’ll see a bunch of <code>.c</code> files, a <code>Makefile</code>, and the golden goose: <strong>config.def.h</strong>.</p>
<h2 id="the-infamous-">The Infamous <code>config.h</code></h2>
-<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:
-<code>bash
- $ cp config.def.h config.h
-</code>
-Now, config.h is <strong>your</strong> personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors.
+<p>This is where the magic happens, folks. <code>config.def.h</code> is the <em>default</em> configuration. You’re not supposed to edit this directly. Instead, you copy it to <code>config.h</code>:</p>
+<pre><code class="language-bash"> $ cp config.def.h config.h
+</code></pre>
+<p>Now, config.h is <strong>your</strong> personal configuration file. Open it up with your favorite text editor. You’ll see C arrays defining your keys, your tags, your fonts, your colors.
It might look a bit intimidating at first, but it’s surprisingly straightforward.</p>
<p>For now, don’t change anything. Let’s just get it built!</p>
<h2 id="the-first-bake-compiling-dwm">The First Bake: Compiling DWM</h2>