commit 3beff2214d82c21b0749d726e77b0da2ef2295be
parent 71ac0596558b7fca812e9c62cdd3eeecacb46fa8
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date: Wed, 21 Aug 2024 19:27:37 -0400
birdmenu.1: update man file for birdmenu rename
Diffstat:
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/birdmenu.1 b/birdmenu.1
@@ -1,8 +1,8 @@
-.TH DMENU 1 dmenu\-VERSION
+.TH DMENU 1 birdmenu\-VERSION
.SH NAME
-dmenu \- dynamic menu
+birdmenu \- dynamic menu
.SH SYNOPSIS
-.B dmenu
+.B birdmenu
.RB [ \-bfirvP ]
.RB [ \-l
.IR lines ]
@@ -23,44 +23,44 @@ dmenu \- dynamic menu
.RB [ \-w
.IR windowid ]
.P
-.BR dmenu_run " ..."
+.BR birdmenu_run " ..."
.SH DESCRIPTION
-.B dmenu
+.B birdmenu
is a dynamic menu for X, which reads a list of newline\-separated items from
stdin. When the user selects an item and presses Return, their choice is printed
-to stdout and dmenu terminates. Entering text will narrow the items to those
+to stdout and birdmenu terminates. Entering text will narrow the items to those
matching the tokens in the input.
.P
-.B dmenu_run
+.B birdmenu_run
is a script used by
.IR dwm (1)
which lists programs in the user's $PATH and runs the result in their $SHELL.
.SH OPTIONS
.TP
.B \-b
-dmenu appears at the bottom of the screen.
+birdmenu appears at the bottom of the screen.
.TP
.B \-c
-dmenu appears centered on the screen.
+birdmenu appears centered on the screen.
.TP
.B \-f
-dmenu grabs the keyboard before reading stdin if not reading from a tty. This
+birdmenu grabs the keyboard before reading stdin if not reading from a tty. This
is faster, but will lock up X until stdin reaches end\-of\-file.
.TP
.B \-i
-dmenu matches menu items case insensitively.
+birdmenu matches menu items case insensitively.
.TP
.B \-P
-dmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored.
+birdmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored.
.TP
.B \-r
-dmenu will reject any input which would result in no matching option left.
+birdmenu will reject any input which would result in no matching option left.
.TP
.BI \-l " lines"
-dmenu lists items vertically, with the given number of lines.
+birdmenu lists items vertically, with the given number of lines.
.TP
.BI \-m " monitor"
-dmenu is displayed on the monitor number supplied. Monitor numbers are starting
+birdmenu is displayed on the monitor number supplied. Monitor numbers are starting
from 0.
.TP
.BI \-p " prompt"
@@ -90,7 +90,7 @@ prints version information to stdout, then exits.
.BI \-w " windowid"
embed into windowid.
.SH USAGE
-dmenu is completely controlled by the keyboard. Items are selected using the
+birdmenu is completely controlled by the keyboard. Items are selected using the
arrow keys, page up, page down, home, and end.
.TP
.B Tab