2016-10-19 07:12:55 -04:00
|
|
|
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 In dmenu mode, behave as a normal window. (experimental)
|
|
|
|
-show [mode] Show the mode 'mode' and exit. The mode has to be enabled.
|
2017-02-02 13:06:05 -05:00
|
|
|
-no-lazy-grab Disable lazy grab that, when fail to grab keyboard, does not block but retry later.
|
2017-04-25 13:55:00 -04:00
|
|
|
-no-plugins Disable loading of external plugins.
|
2017-09-04 10:46:06 -04:00
|
|
|
-dump-config Dump the current configuration in rasi format and exit.
|
2017-06-24 07:14:25 -04:00
|
|
|
-dump-theme Dump the current theme in rasi format and exit.
|
2016-10-19 07:12:55 -04:00
|
|
|
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
|
|
|
|
-i Set filter to be case insensitive
|
|
|
|
-only-match Force selection or custom entry
|
|
|
|
-no-custom Don't accept custom entry
|
|
|
|
-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.
|
2017-02-01 15:38:06 -05:00
|
|
|
-async-pre-read [number] Read several entries blocking before switching to async mode
|
|
|
|
25
|
2017-07-13 02:39:02 -04:00
|
|
|
-w windowid Position over window with X11 windowid.
|