summaryrefslogtreecommitdiffstats
path: root/doc/help-output.txt
blob: 3e12c3454cccbf5df75cc98ac769de208d7db4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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.