From 54fc7baf640350a83701d28c260dfe78a4f4a49f Mon Sep 17 00:00:00 2001 From: cowmonk Date: Tue, 6 May 2025 19:48:13 -0700 Subject: [PATCH] DWM LESS IS MORE --- atom.xml | 9 ++++----- blog4.html | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/atom.xml b/atom.xml index 3e1a4dd..99af273 100644 --- a/atom.xml +++ b/atom.xml @@ -78,11 +78,10 @@ However I recommend personally to get their official The Infamous config.h -

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h: -bash - $ cp config.def.h config.h - -Now, config.h is your 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. +

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h:

+
    $ cp config.def.h config.h
+
+

Now, config.h is your 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.

For now, don’t change anything. Let’s just get it built!

The First Bake: Compiling DWM

diff --git a/blog4.html b/blog4.html index cdccc11..64b3eea 100644 --- a/blog4.html +++ b/blog4.html @@ -100,11 +100,10 @@ However I recommend personally to get their official
The Infamous config.h -

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h: -bash - $ cp config.def.h config.h - -Now, config.h is your 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. +

This is where the magic happens, folks. config.def.h is the default configuration. You’re not supposed to edit this directly. Instead, you copy it to config.h:

+
    $ cp config.def.h config.h
+
+

Now, config.h is your 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.

For now, don’t change anything. Let’s just get it built!

The First Bake: Compiling DWM