summaryrefslogtreecommitdiff
path: root/wm/dmenu-5.3/README
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2025-07-23 21:35:48 -0500
committerstkhan <personal@slickd.xyz>2025-07-23 21:35:48 -0500
commit7bf6f5dabe3b0530dc1811663a5498acfa1df879 (patch)
tree04f682c70dda155df024725c39f5093fdf051316 /wm/dmenu-5.3/README
parent631750d87c2711d2c29c5522a0d8de7744080ac3 (diff)
Dmenu overhaul
Diffstat (limited to 'wm/dmenu-5.3/README')
-rw-r--r--wm/dmenu-5.3/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/wm/dmenu-5.3/README b/wm/dmenu-5.3/README
new file mode 100644
index 0000000..a8fcdfe
--- /dev/null
+++ b/wm/dmenu-5.3/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.