summaryrefslogtreecommitdiff
path: root/dmenu/README
diff options
context:
space:
mode:
authorbacalhau <bacalhau@based.pt>2025-06-08 15:55:29 +0100
committerbacalhau <bacalhau@based.pt>2025-06-08 15:55:29 +0100
commita3f76f49addeecb6138ee2ae1d089c60d2df04a7 (patch)
tree9b5ea1d3ef854d19f8239967c21d728edb27a397 /dmenu/README
parent3ab7348ee95f2918cb9ae299290a812252663923 (diff)
added files (for eel)HEADmaster
Diffstat (limited to 'dmenu/README')
-rw-r--r--dmenu/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/dmenu/README b/dmenu/README
new file mode 100644
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.