X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu.1;h=3387c7acdc464206d3b94265b57a7bb02e623f59;hb=5146c3f27f730b3b37805c1f7b19bbebe312959f;hp=da69047654b1d11ff5f43866b14d9d4256b728f5;hpb=7817523a685f0dbba2e074a448099558a54b1b9c;p=dmenu.git diff --git a/dmenu.1 b/dmenu.1 index da69047..3387c7a 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -1,11 +1,9 @@ -.TH DMENU 1 d-0.0 +.TH DMENU 1 dmenu-VERSION .SH NAME dmenu \- dynamic menu .SH SYNOPSIS .B dmenu .RB [ \-v ] -.RB [ \-t -.IR title ] .SH DESCRIPTION .SS Overview .B dmenu @@ -17,11 +15,6 @@ It supports arbitrary, user defined menu contents. .TP .B \-v prints version information to stdout, then exits. -.TP -.BI \-t " title" -displays -.I title -above the menu. .SS Usage .B dmenu reads a list of newline-separated items from stdin and creates a menu. @@ -64,5 +57,9 @@ returns if Enter is pressed on termination, .B 1 if Escape is pressed. +.SH CUSTOMIZATION +.B dmenu +is customized by creating a custom config.h and (re)compiling the source +code. This keeps it fast, secure and simple. .SH SEE ALSO .BR dwm (1)