summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 95d4fd0..2518f30 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-dwm - dynamic window manager
+# dwm - dynamic window manager
============================
dwm is an extremely fast, small, and dynamic window manager for X.
-Requirements
+## Requirements
------------
In order to build dwm you need the Xlib header files.
-Installation
+## Installation
------------
Edit config.mk to match your local setup (dwm is installed into
the /usr/local namespace by default).
@@ -19,7 +19,7 @@ necessary as root):
make clean install
-Running dwm
+## Running dwm
-----------
Add the following line to your .xinitrc to start dwm using startx:
@@ -42,7 +42,7 @@ like this in your .xinitrc:
exec dwm
-Configuration
+## Configuration
-------------
The configuration of dwm is done by creating a custom config.h
and (re)compiling the source code.