X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/31ffcd3b9a2beccb8b8830055748e52e07b3b258..7cf66b443ad1cc9a698db477401b843f3c14184b:/dmenu.1 diff --git a/dmenu.1 b/dmenu.1 index a1ec695..cff2214 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -39,7 +39,7 @@ is a dmenu script used by dwm which lists programs in the user's PATH and executes the selected item. .P .B dmenu_path -is a script used by dmenu_run to find and cache a list of programs. +is a program used by dmenu_run to find and cache a list of executables. .SH OPTIONS .TP .B \-b @@ -55,7 +55,7 @@ dmenu lists items vertically, with the given number of lines. defines the prompt to be displayed to the left of the input field. .TP .BI \-fn " font" -defines the font set used. +defines the font or font set used. .TP .BI \-nb " color" defines the normal background color. @@ -93,7 +93,7 @@ success. .B Escape (Control\-c) Exit without selecting an item, returning failure. .TP -.B Control\-y +.B Shift\-Insert Paste the current X selection into the input field. .SH SEE ALSO .BR dwm (1)