aboutsummaryrefslogtreecommitdiff
path: root/misc/custom dmenu build/README
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-21 06:35:05 -0400
committerBlista Kanjo2023-06-21 06:35:13 -0400
commitbf140b76e0d2a61cf4634131a1ceea35ad95048a (patch)
tree50759df62bc8a3fd930c73011a412808d18db947 /misc/custom dmenu build/README
parentbd5562e3c1239f17cee9cf20d647d4f5324ef345 (diff)
refactor: move misc to .local
Diffstat (limited to 'misc/custom dmenu build/README')
-rw-r--r--misc/custom dmenu build/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/custom dmenu build/README b/misc/custom dmenu build/README
deleted file mode 100644
index a8fcdfe..0000000
--- a/misc/custom dmenu build/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.