mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Fix reference files for tests.
This commit is contained in:
parent
b136631cb9
commit
26d3d7dfc1
2 changed files with 3 additions and 1 deletions
|
@ -9,12 +9,12 @@ Command line only options:
|
||||||
${DISPLAY}
|
${DISPLAY}
|
||||||
-h,-help This help message.
|
-h,-help This help message.
|
||||||
-dump-xresources Dump the current configuration in Xresources format and exit.
|
-dump-xresources Dump the current configuration in Xresources format and exit.
|
||||||
-dump-xresources-theme Dump the current color scheme in Xresources format and exit.
|
|
||||||
-e [string] Show a dialog displaying the passed message and exit.
|
-e [string] Show a dialog displaying the passed message and exit.
|
||||||
-markup Enable pango markup where possible.
|
-markup Enable pango markup where possible.
|
||||||
-normal-window In dmenu mode, behave as a normal window. (experimental)
|
-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.
|
-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-lazy-grab Disable lazy grab that, when fail to grab keyboard, does not block but retry later.
|
||||||
|
-no-plugins Disable loading of external plugins.
|
||||||
DMENU command line options:
|
DMENU command line options:
|
||||||
-mesg [string] Print a small user message under the prompt (uses pango markup)
|
-mesg [string] Print a small user message under the prompt (uses pango markup)
|
||||||
-p [string] Prompt to display left of entry field
|
-p [string] Prompt to display left of entry field
|
||||||
|
|
|
@ -84,6 +84,8 @@ rofi.window-format: w c t
|
||||||
! rofi.color-active:
|
! rofi.color-active:
|
||||||
! "Color scheme window" Set from: Default
|
! "Color scheme window" Set from: Default
|
||||||
! rofi.color-window:
|
! rofi.color-window:
|
||||||
|
! "Directory containing plugins" Set from: Default
|
||||||
|
! rofi.plugin-path: /home/qball/.local/lib/rofi
|
||||||
! "Pidfile location" Set from: File
|
! "Pidfile location" Set from: File
|
||||||
rofi.pid: /tmp/rofi.pid
|
rofi.pid: /tmp/rofi.pid
|
||||||
! "Paste primary selection" Set from: File
|
! "Paste primary selection" Set from: File
|
||||||
|
|
Loading…
Reference in a new issue