aboutsummaryrefslogtreecommitdiff
path: root/src/dmenu/README
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-10 18:36:22 -0400
committeriamcheeseman <[email protected]>2026-05-10 18:36:22 -0400
commit8e5173a2d25c8f79607f4806016276065abda41c (patch)
treebe4cfd1d2c7589d85b44f55ea8a966cb3bf3d776 /src/dmenu/README
parentf0bf896d1372c69d8ad7889564a28168954d8123 (diff)
update
Diffstat (limited to 'src/dmenu/README')
-rw-r--r--src/dmenu/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/dmenu/README b/src/dmenu/README
new file mode 100644
index 0000000..a8fcdfe
--- /dev/null
+++ b/src/dmenu/README
@@ -0,0 +1,24 @@
+dmenu - dynamic menu
+====================
+dmenu is an efficient dynamic menu for X.
+
+
+Requirements
+------------
+In order to build dmenu you need the Xlib header files.
+
+
+Installation
+------------
+Edit config.mk to match your local setup (dmenu is installed into
+the /usr/local namespace by default).
+
+Afterwards enter the following command to build and install dmenu
+(if necessary as root):
+
+ make clean install
+
+
+Running dmenu
+-------------
+See the man page for details.