aboutsummaryrefslogtreecommitdiff
path: root/dwm/Repositories/dmenu/README
diff options
context:
space:
mode:
authorbard <[email protected]>2024-04-15 06:24:14 -0400
committerbard <[email protected]>2024-04-15 06:24:14 -0400
commit168120d4068eff9816c11f0503738c12861821ae (patch)
tree635e839eeca920432fcaa8417b282e074e84a4c2 /dwm/Repositories/dmenu/README
initial commit
Diffstat (limited to 'dwm/Repositories/dmenu/README')
-rw-r--r--dwm/Repositories/dmenu/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/dwm/Repositories/dmenu/README b/dwm/Repositories/dmenu/README
new file mode 100644
index 0000000..a8fcdfe
--- /dev/null
+++ b/dwm/Repositories/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.