summaryrefslogtreecommitdiff
path: root/dmenu-5.0/README
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-22 10:28:58 +0000
committerstkhan <personal@slickd.xyz>2022-05-22 10:28:58 +0000
commitf580f6b064235ce0de0792abc86e719e50f87696 (patch)
tree69563c9ce3483beddd4a9065c205410e0d0052fe /dmenu-5.0/README
parent30e3e653dc7083c4e2f2855ec32f42f5490b8a35 (diff)
Updated dmenu, fixed crashing issue
Diffstat (limited to 'dmenu-5.0/README')
-rw-r--r--dmenu-5.0/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/dmenu-5.0/README b/dmenu-5.0/README
deleted file mode 100644
index a8fcdfe..0000000
--- a/dmenu-5.0/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.