diff --git a/doc/help-output.txt b/doc/help-output.txt deleted file mode 100644 index 3e12c345..00000000 --- a/doc/help-output.txt +++ /dev/null @@ -1,43 +0,0 @@ -rofi usage: - rofi [-options ...] - -Command line only options: - -no-config Do not load configuration, use default values. - -v,-version Print the version number and exit. - -dmenu Start in dmenu mode. - -display [string] X server to contact. - ${DISPLAY} - -h,-help This help message. - -dump-xresources Dump the current configuration in Xresources format and exit. - -e [string] Show a dialog displaying the passed message and exit. - -markup Enable pango markup where possible. - -normal-window Behave as a normal window. (experimental) - -show [mode] Show the mode 'mode' and exit. The mode has to be enabled. - -no-lazy-grab Disable lazy grab that, when fail to grab keyboard, does not block but retry later. - -no-plugins Disable loading of external plugins. - -plugin-path Directory used to search for rofi plugins. - -dump-config Dump the current configuration in rasi format and exit. - -dump-theme Dump the current theme in rasi format and exit. -DMENU command line options: - -mesg [string] Print a small user message under the prompt (uses pango markup) - -p [string] Prompt to display left of entry field - -selected-row [integer] Select row - -format [string] Output format string - s - -u [list] List of row indexes to mark urgent - -a [list] List of row indexes to mark active - -l [integer] Number of rows to display - -window-title [string] Set the dmenu window title - -i Set filter to be case insensitive - -only-match Force selection to be given entry, disallow no match - -no-custom Don't accept custom entry, allow no match - -select [string] Select the first row that matches - -password Do not show what the user inputs. Show '*' instead. - -markup-rows Allow and render pango markup as input data. - -sep [char] Element separator. - '\n' - -input [filename] Read input from file instead from standard input. - -sync Force dmenu to first read all input data, then show dialog. - -async-pre-read [number] Read several entries blocking before switching to async mode - 25 - -w windowid Position over window with X11 windowid.