aboutsummaryrefslogtreecommitdiff
path: root/dmenu/README
diff options
context:
space:
mode:
authorCori Barker <coribarker2@gmail.com>2026-02-02 16:46:18 +0000
committerCori Barker <coribarker2@gmail.com>2026-02-02 16:46:18 +0000
commitebe221aa143ed7e7a75183f2560d099443d84feb (patch)
tree91b25fc6d2798e6ce3cddd5f1936889cba89498c /dmenu/README
parent854714671f40d4350fbba84b0561b3042e6e0919 (diff)
Replaced submodules with real folders
Diffstat (limited to 'dmenu/README')
-rwxr-xr-xdmenu/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/dmenu/README b/dmenu/README
new file mode 100755
index 0000000..a8fcdfe
--- /dev/null
+++ b/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.