commit e72fd7d4b2722d495212cfe91b3825d15b49fddf
parent 4528ba722c91807f8ba9c89f4ba6ecac64dbb21c
Author: cowmonk <rekketstone@duck.com>
Date: Tue, 6 May 2025 19:55:37 -0700
DWM - Less is more!
Diffstat:
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/atom.xml b/atom.xml
@@ -143,11 +143,10 @@ which allows you to run commands automatically when dwm starts (I highly reccome
<li><p>Resolve Conflicts (If Any): Sometimes, patches might conflict, especially if they modify the same lines of code or if you’re applying a patch meant
for an older version of dwm. This will result in .rej (rejected) files. You’ll need to manually edit the source files to resolve these conflicts, looking
at the .rej files to see what couldn’t be applied. This is the trickiest part, but it gets easier with practice. Start with simple, popular patches.</p></li>
-<li><p>Recompile: After applying a patch (and resolving any conflicts), you need to recompile!
-<code>bash
- $ sudo make clean install
-</code></p></li>
+<li><p>Recompile: After applying a patch (and resolving any conflicts), you need to recompile!</p></li>
</ol>
+<pre><code class="language-bash"> $ sudo make clean install
+</code></pre>
<p>And that’s the patching dance! It can be a bit fiddly, especially when patches conflict, but it gives you incredible control over your window manager.
Also, a quick note! Some patches might change the config.def.h, add these new changes to your config.h since they are default configs for the new patches.</p>
<h2 id="next-steps-the-suckless-mentality">Next Steps & The Suckless Mentality</h2>
diff --git a/blog4.html b/blog4.html
@@ -165,11 +165,10 @@ which allows you to run commands automatically when dwm starts (I highly reccome
<li><p>Resolve Conflicts (If Any): Sometimes, patches might conflict, especially if they modify the same lines of code or if you’re applying a patch meant
for an older version of dwm. This will result in .rej (rejected) files. You’ll need to manually edit the source files to resolve these conflicts, looking
at the .rej files to see what couldn’t be applied. This is the trickiest part, but it gets easier with practice. Start with simple, popular patches.</p></li>
-<li><p>Recompile: After applying a patch (and resolving any conflicts), you need to recompile!
-<code>bash
- $ sudo make clean install
-</code></p></li>
+<li><p>Recompile: After applying a patch (and resolving any conflicts), you need to recompile!</p></li>
</ol>
+<pre><code class="language-bash"> $ sudo make clean install
+</code></pre>
<p>And that’s the patching dance! It can be a bit fiddly, especially when patches conflict, but it gives you incredible control over your window manager.
Also, a quick note! Some patches might change the config.def.h, add these new changes to your config.h since they are default configs for the new patches.</p>
<h2 id="next-steps-the-suckless-mentality">Next Steps & The Suckless Mentality</h2>