summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2020-12-04 18:20:07 +0800
committerMineralwaterXu <[email protected]>2020-12-04 18:20:07 +0800
commit1ff32fe17659aa74005c403fd3fa77055d1fcee3 (patch)
treee6822992253c3c3e55496fca7db2df2f47692a6a
parent847bc474cae36d4c751d00b17d610385594703cc (diff)
modified README.md
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2518f30..e4b2287 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,12 @@
# dwm - dynamic window manager
-============================
dwm is an extremely fast, small, and dynamic window manager for X.
## Requirements
-------------
In order to build dwm you need the Xlib header files.
## Installation
-------------
Edit config.mk to match your local setup (dwm is installed into
the /usr/local namespace by default).
@@ -20,7 +17,6 @@ necessary as root):
## Running dwm
------------
Add the following line to your .xinitrc to start dwm using startx:
exec dwm
@@ -43,6 +39,5 @@ like this in your .xinitrc:
## Configuration
--------------
The configuration of dwm is done by creating a custom config.h
and (re)compiling the source code.