summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 95d4fd0..6d3df51 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-dwm - dynamic window manager
+This is my fork of 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.
+In order to build dwm you need the Xlib header files, libXft and libXinerama, and obviously, xorg-server
Installation
@@ -41,6 +41,7 @@ like this in your .xinitrc:
done &
exec dwm
+Or you can use a status bar program such as slstatus or dwmblocks
Configuration
-------------