X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/7817523a685f0dbba2e074a448099558a54b1b9c..38bc664ef6d4cd7e248fca06dd121724ea9595ea:/dmenu.1 diff --git a/dmenu.1 b/dmenu.1 index da69047..aa3c776 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -4,8 +4,6 @@ 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 dwm +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)