diff options
| author | MineralwaterXu <[email protected]> | 2020-12-04 18:17:58 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-12-04 18:17:58 +0800 |
| commit | 847bc474cae36d4c751d00b17d610385594703cc (patch) | |
| tree | 99511efd4f597225bf755c94b331d57848d805ef /README.md | |
| parent | 60d5539005ee76a9009a8ac4e1e4879ab942f644 (diff) | |
modified README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |
