summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-06-15 16:19:57 +0200
committerDave Davenport <qball@blame.services>2021-06-15 16:19:57 +0200
commitf72bae02bb846af0091ff083e34325314907ea52 (patch)
tree7b10307f9cd90b1d9fb5f8ac9051d71a1d174f85 /doc
parent74ef588d4eb5e98d57f2aa96b532d09a5b4a5718 (diff)
[DRun] Add advanced parse-user and parse-system config option.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.121
-rw-r--r--doc/rofi.1.markdown15
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 5aaa0bef..7bfebb05 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1257,6 +1257,8 @@ Please see \fBrofi\-theme(5)\fP manpage for more information on theming.
.IP \(bu 2
\fB\fCShift\-Enter\fR: Launch the application in a terminal (in run mode)
.IP \(bu 2
+\fB\fCCtrl\-Shift\-Enter\fR: As Ctrl\-Enter and run the command in terminal (in run mode)
+.IP \(bu 2
\fB\fCShift\-Enter\fR: Return the selected entry and move to the next item while keeping \fBrofi\fP open. (in dmenu)
.IP \(bu 2
\fB\fCShift\-Right\fR: Switch to the next mode. The list can be customized with the \fB\fC\-switchers\fR argument.
@@ -1338,6 +1340,25 @@ applications using this standard. Some application create invalid desktop files
See de debugging section how to get more information from the DRUN mode, this will print why desktop files are
discarded.
+.PP
+There are two advanced options to tweak the behaviour:
+
+.PP
+.RS
+
+.nf
+configuration {
+ drun {
+ /** Parse user desktop files. */
+ parse\-user: true;
+ /** Parse system desktop files. */
+ parse\-system: false;
+ }
+}
+
+.fi
+.RE
+
.SS ssh
.PP
Shows a list of SSH targets based on your \fB\fCssh\fR config file, and allows to quickly \fB\fCssh\fR into them.
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 8ee28f52..51c17642 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -855,6 +855,21 @@ applications using this standard. Some application create invalid desktop files
See de debugging section how to get more information from the DRUN mode, this will print why desktop files are
discarded.
+There are two advanced options to tweak the behaviour:
+
+```css
+configuration {
+ drun {
+ /** Parse user desktop files. */
+ parse-user: true;
+ /** Parse system desktop files. */
+ parse-system: false;
+ }
+}
+```
+
+
+
### ssh
Shows a list of SSH targets based on your `ssh` config file, and allows to quickly `ssh` into them.