From 7b7cdb8b0f7526fdef0a3f7660563d95c4062cdf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 28 Nov 2015 13:36:28 +0100 Subject: Add `-dump` command. --- doc/rofi-manpage.markdown | 11 ++++++++--- doc/rofi.1 | 10 ++++++++-- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 63499c8c..409a57fc 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -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 diff --git a/doc/rofi.1 b/doc/rofi.1 index d7b6f0db..52b4f49d 100644 --- a/doc/rofi.1 +++ b/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 . -- cgit v1.2.3