Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
24 changes: 16 additions & 8 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
dwm - dynamic window manager
============================
### dwm - dynamic window manager

<hr>

dwm is an extremely fast, small, and dynamic window manager for X.


Requirements
------------
### Requirements

<hr>

In order to build dwm you need the Xlib header files.


Installation
------------
### Installation

<hr>

Edit config.mk to match your local setup (dwm is installed into
the /usr/local namespace by default).

Expand All @@ -19,8 +25,10 @@ necessary as root):
make clean install


Running dwm
-----------
### Running dwm

<hr>

Add the following line to your .xinitrc to start dwm using startx:

exec dwm
Expand Down