mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05: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.
|
Make **rofi** reacts like a normal application window. Useful for scripts like Clerk that are basically an application.
|
||||||
|
|
||||||
`-fake-transparency`
|
`-dump`
|
||||||
|
|
||||||
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 **rofi** would filter it.
|
||||||
|
Use together with `-filter` command.
|
||||||
|
|
||||||
### Message dialog
|
### 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
|
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.
|
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
|
### 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\.
|
Make \fBrofi\fR reacts like a normal application window\. Useful for scripts like Clerk that are basically an application\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
\fB\-fake\-transparency\fR
|
\fB\-dump\fR
|
||||||
.
|
.
|
||||||
.P
|
.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"
|
.SS "Message dialog"
|
||||||
\fB\-e\fR \fImessage\fR
|
\fB\-e\fR \fImessage\fR
|
||||||
|
@ -1052,6 +1052,12 @@ Popup a message dialog (used internally for showing errors) with \fImessage\fR\.
|
||||||
.P
|
.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\.
|
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"
|
.SS "Debug"
|
||||||
\fB\-no\-config\fR
|
\fB\-no\-config\fR
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue