mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
3df5a616cd
* Man pages: Add version and dump-* options * Man pages: Add -display and -markup to rofi.1 * Man pages: Use the metavariable in -async-pre-read * Man pages: document the dmenu -w option * Man pages/help: correct -only-match description * Man pages/help: -normal-window does not only apply in dmenu mode * Man page: modi are lowercase Entering the modi as the man page had them would not work * Man page: minor formatting/grammar tweaks * modi and command names are `backticked` * rofi is **bold** * other man pages are **bold(1)** * Pango is capitalised according to their own website. * Option arguments are *like1*,*this2* * Man pages: fix Pango markup link
43 lines
2.8 KiB
Text
43 lines
2.8 KiB
Text
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.
|