mirror of
https://github.com/cowmonk/cowmonk.github.io.git
synced 2025-10-27 14:43:26 +00:00
DWM LESS IS MORE
This commit is contained in:
parent
6f0f9bf4ba
commit
54fc7baf64
2 changed files with 8 additions and 10 deletions
9
atom.xml
9
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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue