aboutsummaryrefslogtreecommitdiff
path: root/stuff/manual-programs/suckless/dmenu-5.2/README
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-24 04:08:28 -0500
commite966d5328d6f328546db213278d1a1a6cd2f58d5 (patch)
treef0d41635190d29623920fdf4732cea7a006632d2 /stuff/manual-programs/suckless/dmenu-5.2/README
parent5010e575335939597b05f8d58bdf205c693a8004 (diff)
install scripts. reorganization. soon to be deployable
Diffstat (limited to 'stuff/manual-programs/suckless/dmenu-5.2/README')
-rw-r--r--stuff/manual-programs/suckless/dmenu-5.2/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/stuff/manual-programs/suckless/dmenu-5.2/README b/stuff/manual-programs/suckless/dmenu-5.2/README
deleted file mode 100644
index a8fcdfe..0000000
--- a/stuff/manual-programs/suckless/dmenu-5.2/README
+++ /dev/null
@@ -1,24 +0,0 @@
-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.