X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dmenu.1;h=f49dda9e3390b585501da3e0b82d7e8f58514e61;hb=6a332a043a0674884dcb3b449628be3fb3a07017;hp=da69047654b1d11ff5f43866b14d9d4256b728f5;hpb=7817523a685f0dbba2e074a448099558a54b1b9c;p=dmenu.git diff --git a/dmenu.1 b/dmenu.1 index da69047..f49dda9 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -1,11 +1,9 @@ -.TH DMENU 1 d-0.0 +.TH DMENU 1 d-0.3 .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)