summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-07-28 11:12:11 +0200
committerDave Davenport <qball@gmpclient.org>2018-07-28 11:12:11 +0200
commit4538303be680644379bfa47eaf6c1ef7c6ab9eaf (patch)
tree2a30ffede4470d4a00f4592c89c05f2060863ad0 /doc
parent005808896211bbc5366ad821e754ef2621b5d4cb (diff)
[DRUN] Add option to show actions in drun.
Fixes: #836
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-theme-selector.12
-rw-r--r--doc/rofi-theme.56
-rw-r--r--doc/rofi.118
-rw-r--r--doc/rofi.1.markdown6
-rw-r--r--doc/test_xr.txt2
5 files changed, 29 insertions, 5 deletions
diff --git a/doc/rofi-theme-selector.1 b/doc/rofi-theme-selector.1
index 47d0bff7..6a9630c7 100644
--- a/doc/rofi-theme-selector.1
+++ b/doc/rofi-theme-selector.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME\-SELECTOR" "1" "January 2018" "" ""
+.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
.
.SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 15a2750c..23ba0f54 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -7,12 +7,12 @@
\fBrofi\-theme\fR \- Rofi theme format files
.
.SH "DESCRIPTION"
-The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefore, a new file format has been created, replacing the old one\.
+The need for a new theme format was motivated by the fact that the way rofi handled widgets has changed\. From a very static drawing of lines and text to a nice structured form of packing widgets\. This change made it possible to provide a more flexible theme framework\. The old theme format and config file are not flexible enough to expose these options in a user\-friendly way\. Therefor, a new file format has been created, replacing the old one\.
.
.SH "FORMAT SPECIFICATION"
.
.SH "Encoding"
-The encoding of the file is utf\-8\. Both unix (\fB\en\fR) and windows (\fB\er\en\fR) newline formats are supported, though unix is preferred\.
+The encoding of the file is utf\-8\. Both unix (\fB\en\fR) and windows (\fB\er\en\fR) newlines format are supported\. But unix is preferred\.
.
.SH "Comments"
C and C++ file comments are supported\.
@@ -121,7 +121,7 @@ It is advised to define the \fIglobal properties section\fR on top of the file t
If there are multiple sections with the same name, they are merged\. Duplicate properties are overwritten and the last parsed entry kept\.
.
.SH "Global properties section"
-A theme can have one or more global properties sections\. If there are more than one, they will be merged\.
+A theme can have one or more global properties sections\. If there is more than one, they will be merged\.
.
.P
The global properties section denotes the defaults for each element\. Each property of this section can be referenced with \fB@{identifier}\fR (See Properties section)
diff --git a/doc/rofi.1 b/doc/rofi.1
index d422355b..daeadd0a 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI" "1" "June 2018" "" ""
+.TH "ROFI" "1" "July 2018" "" ""
.
.SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
@@ -414,6 +414,22 @@ Default: \fIname,generic,exec,categories\fR
.IP "" 0
.
.P
+\fB\-[no\-]drun\-show\-actions\fR
+.
+.P
+Show actions present in the Desktop files\.
+.
+.IP "" 4
+.
+.nf
+
+Default: false
+.
+.fi
+.
+.IP "" 0
+.
+.P
\fB\-window\-match\-fields\fR \fIfield1\fR,\fIfield2\fR,\.\.\.
.
.P
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index a3ae4877..db33ac34 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -239,6 +239,12 @@ The different fields are:
Default: *name,generic,exec,categories*
+`-[no-]drun-show-actions`
+
+Show actions present in the Desktop files.
+
+ Default: false
+
`-window-match-fields` *field1*,*field2*,...
When using window mode, match only with the specified fields.
diff --git a/doc/test_xr.txt b/doc/test_xr.txt
index fe2ea9aa..a2578524 100644
--- a/doc/test_xr.txt
+++ b/doc/test_xr.txt
@@ -42,6 +42,8 @@ rofi.window-command: xkill -id {window}
! rofi.icon-theme:
! "Desktop entry fields to match in drun" Set from: Default
! rofi.drun-match-fields: name,generic,exec,categories
+! "Desktop entry show actions." Set from: Default
+! rofi.drun-show-actions: false
! "Disable history in run/ssh" Set from: File
rofi.disable-history: false
! "Use sorting" Set from: Default