mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 08:37:17 +00:00
Add -dump
command.
This commit is contained in:
parent
ca6b1a8178
commit
7b7cdb8b0f
2 changed files with 16 additions and 5 deletions
|
@ -626,10 +626,11 @@ For more information on supported markup see [here](https://developer.gnome.org/
|
|||
|
||||
Make **rofi** reacts like a normal application window. Useful for scripts like Clerk that are basically an application.
|
||||
|
||||
`-fake-transparency`
|
||||
|
||||
Enable fake transparency. This only works with transparent background color in the theme, not the opacity setting.
|
||||
`-dump`
|
||||
|
||||
Dump the filtered list to stdout and quit.
|
||||
This can be used to get the list as **rofi** would filter it.
|
||||
Use together with `-filter` command.
|
||||
|
||||
### Message dialog
|
||||
|
||||
|
@ -645,6 +646,10 @@ Message can be multi-line.
|
|||
Make **rofi** create a pid file and check this on startup. Avoiding multiple copies running
|
||||
simultaneously. This is useful when running **rofi** from a keybinding daemon.
|
||||
|
||||
`-fake-transparency`
|
||||
|
||||
Enable fake transparency. This only works with transparent background color in the theme, not the opacity setting.
|
||||
|
||||
### Debug
|
||||
|
||||
|
||||
|
|
10
doc/rofi.1
10
doc/rofi.1
|
@ -1035,10 +1035,10 @@ Add a message line below the filter entry box\. Supports pango markup\. For more
|
|||
Make \fBrofi\fR reacts like a normal application window\. Useful for scripts like Clerk that are basically an application\.
|
||||
.
|
||||
.P
|
||||
\fB\-fake\-transparency\fR
|
||||
\fB\-dump\fR
|
||||
.
|
||||
.P
|
||||
Enable fake transparency\. This only works with transparent background color in the theme, not the opacity setting\.
|
||||
Dump the filtered list to stdout and quit\. This can be used to get the list as \fBrofi\fR would filter it\. Use together with \fB\-filter\fR command\.
|
||||
.
|
||||
.SS "Message dialog"
|
||||
\fB\-e\fR \fImessage\fR
|
||||
|
@ -1052,6 +1052,12 @@ Popup a message dialog (used internally for showing errors) with \fImessage\fR\.
|
|||
.P
|
||||
Make \fBrofi\fR create a pid file and check this on startup\. Avoiding multiple copies running simultaneously\. This is useful when running \fBrofi\fR from a keybinding daemon\.
|
||||
.
|
||||
.P
|
||||
\fB\-fake\-transparency\fR
|
||||
.
|
||||
.P
|
||||
Enable fake transparency\. This only works with transparent background color in the theme, not the opacity setting\.
|
||||
.
|
||||
.SS "Debug"
|
||||
\fB\-no\-config\fR
|
||||
.
|
||||
|
|
Loading…
Reference in a new issue