From 8644540fa4e5ae9a4f67c9d7064d263966ec89ce Mon Sep 17 00:00:00 2001 From: Daniel <33197631+dadav@users.noreply.github.com> Date: Sat, 18 Feb 2023 10:30:03 +0100 Subject: [PATCH] docs: add missing options (#331) * docs: add missing options * docs: use tabs --- man/bemenu.1.scd.in | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/man/bemenu.1.scd.in b/man/bemenu.1.scd.in index 79a0b61..0c99f9b 100644 --- a/man/bemenu.1.scd.in +++ b/man/bemenu.1.scd.in @@ -6,13 +6,13 @@ bemenu(1) # SYNOPSIS -*bemenu* [*-hivwx*] [*-I* <_index_>] [*-l* <_lines_>] [*-P* _prefix_] +*bemenu* [*-hCiKTvwx*] [*-I* <_index_>] [*-l* <_lines_>] [*-P* <_prefix_>] \[*-p* <_prompt_>] [*--ifne*] [*--scrollbar* _none_|_always_|_autohide_] - \[_backend_options_] + \[*--binding* _vim_] [*--fork*] [_backend_options_] -*bemenu-run* [*-hivwx*] [*-I* <_index_>] [*-l* <_lines_>] [*-P* <_prefix_>] +*bemenu-run* [*-hCiKTvwx*] [*-I* <_index_>] [*-l* <_lines_>] [*-P* <_prefix_>] \[*-p* <_prompt_>] [*--ifne*] [*--scrollbar* _none_|_always_|_autohide_] - \[*--fork*] [*--no-exec*] [_backend-options_] + \[*--binding* _vim_] [*--fork*] [*--no-exec*] [_backend-options_] # DESCRIPTION @@ -35,6 +35,9 @@ list of executables under PATH and the selected items are executed. *-h, --help* Print a help message to standard output and exit. +*-C, --no-cursor* + Disable all cursor events. + *-I, --index* <_index_> Highlight the item at _index_ at the start. Indices start at 0. By default, the first item is highlighted. @@ -42,6 +45,9 @@ list of executables under PATH and the selected items are executed. *-i, --ignorecase* Filter items case-insensitively. +*-K, --no-keyboard* + Disable all keyboard events. + *-l, --list* <_number_> List items vertically with the given _number_ of lines. @@ -52,6 +58,12 @@ list of executables under PATH and the selected items are executed. Defines the _prompt_ text to be displayed to the left of the input field. Defaults to ‘bemenu’. +*-s, --no-spacing* + Disable the title spacing on entries. + +*-T, --no-touch* + Disable all touch events. + *-v, --version* Print the *bemenu* version number to standard output and exit. @@ -61,6 +73,9 @@ list of executables under PATH and the selected items are executed. *-x, --password* Hide filter text. +*--binding* + Use alternative key bindings. Available options: vim + *--fork* Always *fork*(2) before executing the selections. Disabled by default when using the terminal backend.