diff --git a/atom.xml b/atom.xml index 2b8ba2c..7540588 100644 --- a/atom.xml +++ b/atom.xml @@ -75,12 +75,13 @@ See, once you have a working system, there isn’t a need to keep on configu
Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server. However I recommend personally to get their official tarball releases (this links to the latest of the time of writing this: 6.5) their page.
-1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
+
+ - Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
-2. Unextract it
+ - Unextract it
-3. Open your terminal & navigate to that directory (using cd and stuff)
-
+ Take a peek. You’ll see a bunch of .c files, a Makefile, and the golden goose: config.def.h.
config.hThis 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:
Alright, let’s grab the dwm source code. The suckless crew hosts their code on their own git server. However I recommend personally to get their official tarball releases (this links to the latest of the time of writing this: 6.5) their page.
-1. Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
+
+ - Save the source code to where you want to keep it. A common spot is something like ~/.config/ or ~/.local/suckless/, just anywhere to hide it out of sight.
-2. Unextract it
+ - Unextract it
-3. Open your terminal & navigate to that directory (using cd and stuff)
-
+ Take a peek. You’ll see a bunch of .c files, a Makefile, and the golden goose: config.def.h.
config.hThis 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: