-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
46 lines (35 loc) · 958 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.
Version
-------
5.3
Patches
-------
dmenu-borderoption-20200217-bf60a1e.diff
dmenu-alpha-20210605-1a13d04.diff
dmenu-highlight-20201211-fcdc159.diff
dmenu-center-20200111-8cd37e1.diff
dmenu-lineheight-5.0.diff
dmenu-mousesupport-5.3.diff
dmenu-mousesupport-motion-5.2.diff
dmenu-symbols-4.9.diff
dmenu-numbers-4.9.diff
dmenu-rejectnomatch-4.7.diff
dmenu-xresources-alt-5.0.diff
Last implemented commit
-----------------------
2024-10-30 12:03 remove extra newline Hiltjo Posthuma