mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remove unused file.
This commit is contained in:
parent
3958f68ba4
commit
4f3adefeda
1 changed files with 0 additions and 43 deletions
|
@ -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.
|
Loading…
Reference in a new issue