summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2023-04-22 21:50:20 +0200
committerDave Davenport <qball@gmpclient.org>2023-04-22 21:50:20 +0200
commit21ac2d1930a418053c9c29df713f97921ec9b259 (patch)
treea174bf1302bd8d2cd1c21cb2754baecd58ce9380 /doc
parent98c213a63427b963842d876645d1424f1fecdb8b (diff)
[DRun] Add option to scan desktop directory for desktop files.
Squashed commit of the following: commit ac12b66d86b36aaf349c15a5c8dab00a553a641f Merge: 5c393fb4 98c213a6 Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 22 21:48:24 2023 +0200 Merge remote-tracking branch 'origin/next' into scan-desktop commit 5c393fb4120e842d609e6d4366b1e0b822f66d7f Author: Dave Davenport <qball@gmpclient.org> Date: Sat Apr 8 21:14:20 2023 +0200 [DRun] Add option to scan desktop for desktop files
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.14
-rw-r--r--doc/rofi.1.markdown4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index e4391873..832f5ff9 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1437,7 +1437,7 @@ See the debugging section for more info on DRUN mode, this will print why
desktop files are discarded.
.PP
-There are two advanced options to tweak the behaviour:
+There are a few advanced options to tweak the behaviour:
.PP
.RS
@@ -1445,6 +1445,8 @@ There are two advanced options to tweak the behaviour:
.nf
configuration {
drun {
+ /** Scan the current users desktop for desktop files. */
+ scan-desktop: true;
/** Parse user desktop files. */
parse-user: true;
/** Parse system desktop files. */
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 052452d5..6801c102 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -961,11 +961,13 @@ applications create invalid desktop files, **rofi** will discard these entries.
See the debugging section for more info on DRUN mode, this will print why
desktop files are discarded.
-There are two advanced options to tweak the behaviour:
+There are a few advanced options to tweak the behaviour:
```css
configuration {
drun {
+ /** Scan the current users desktop for desktop files. */
+ scan-desktop: true;
/** Parse user desktop files. */
parse-user: true;
/** Parse system desktop files. */