summaryrefslogtreecommitdiff
path: root/suckless/dmenu/dmenu-5.4/README
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 08:59:25 -0700
committerThomas Ulmer <thomasmulmer02@gmail.com>2026-06-14 08:59:25 -0700
commit3376b6420d3b6cc965890e46e7bbd06fbc9fd037 (patch)
tree67b59ce0f9ba016db62067a081c0535d064d2a3f /suckless/dmenu/dmenu-5.4/README
parentd533343af750dcfda2321f33953b66396e767f10 (diff)
layout reorg
Diffstat (limited to 'suckless/dmenu/dmenu-5.4/README')
-rw-r--r--suckless/dmenu/dmenu-5.4/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/suckless/dmenu/dmenu-5.4/README b/suckless/dmenu/dmenu-5.4/README
new file mode 100644
index 0000000..a8fcdfe
--- /dev/null
+++ b/suckless/dmenu/dmenu-5.4/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.