summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi.116
-rw-r--r--doc/rofi.1.markdown11
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index b95af90a..5aaa0bef 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -1152,6 +1152,22 @@ Make \fBrofi\fP create a pid file and check this on startup. The pid file preven
Set the name to use for mode. This is used as prompt and in combi\-browser.
.PP
+It is now prefered to use the configuration file:
+
+.PP
+.RS
+
+.nf
+configuration {
+ {mode} {
+ display\-name: *string*;
+ }
+}
+
+.fi
+.RE
+
+.PP
\fB\fC\-click\-to\-exit\fR
\fB\fC\-no\-click\-to\-exit\fR
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index 0da0a0ba..716167eb 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -724,6 +724,17 @@ Make **rofi** create a pid file and check this on startup. The pid file prevents
Set the name to use for mode. This is used as prompt and in combi-browser.
+It is now prefered to use the configuration file:
+
+```css
+configuration {
+ {mode} {
+ display-name: *string*;
+ }
+}
+```
+
+
`-click-to-exit`
`-no-click-to-exit`