summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 15:36:45 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 15:36:45 +0400
commit104c0336edd2d7025e9d00e62f5e60c4b3f7fdea (patch)
treed6c464716d3699a593d894f917f4e23e2eaf1d9c /README
parent99603ed07416922b60e89687ad6a89416465457a (diff)
Added tsv and lineheight patches
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 0 insertions, 24 deletions
diff --git a/README b/README
deleted file mode 100644
index a8fcdfe..0000000
--- a/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.