summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-07-17 09:05:05 +0200
committerDave Davenport <qball@gmpclient.org>2017-07-17 09:05:05 +0200
commitb5a1ba16e28ac3641862fa67235acc44266d134a (patch)
treec605986db8f592b4e5b87e2aadfc48d4fa560fed /doc
parent1e92dd8923a1727298206f4380b2ed852d8981a7 (diff)
Add more debug instr. and link to rofi-theme manpage in rofi manpage.
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-manpage.markdown18
-rw-r--r--doc/rofi-theme.52
-rw-r--r--doc/rofi.136
3 files changed, 52 insertions, 4 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 7a9554c8..3a7c30eb 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -249,7 +249,7 @@ Tokenize the input.
### Layout
Most of the following options are **deprecated** and should not be used. Please use the new theme format to customize
-rofi.
+rofi. More information about the new format can be found in the **rofi-theme(5)** manpage.
`-lines`
@@ -650,6 +650,22 @@ Default: *enabled*
Disable parsing of configuration. This runs rofi in *stock* mode.
+`-no-plugins`
+
+Disables the loading of plugins.
+
+To get a trace with (lots of) debug information set the following environment variable when executing **rofi**:
+
+```
+G_MESSAGES_DEBUG=all
+```
+
+The trace can be filtered by only outputting the relevant domains, f.e.:
+
+```
+G_MESSAGES_DEBUG=Dialogs.DRun
+```
+
For more information on debugging see the [wiki](https://github.com/DaveDavenport/rofi/wiki/Debugging%20Rofi)
## PATTERN
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 21f8877c..1b9d5515 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "ROFI\-THEME\-MANPAGE" "" "May 2017" "" ""
+.TH "ROFI\-THEME\-MANPAGE" "" "July 2017" "" ""
.
.SH "NAME"
\fBrofi\-theme\fR \- Rofi theme format files
diff --git a/doc/rofi.1 b/doc/rofi.1
index 80ebcad0..53825c49 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\-MANPAGE" "" "April 2017" "" ""
+.TH "ROFI\-MANPAGE" "" "July 2017" "" ""
.
.SH "NAME"
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
@@ -351,7 +351,7 @@ Note: glob matching might be slow for larger lists
Tokenize the input\.
.
.SS "Layout"
-Most of the following options are \fBdeprecated\fR and should not be used\. Please use the new theme format to customize rofi\.
+Most of the following options are \fBdeprecated\fR and should not be used\. Please use the new theme format to customize rofi\. More information about the new format can be found in the \fBrofi\-theme(5)\fR manpage\.
.
.P
\fB\-lines\fR
@@ -966,6 +966,38 @@ Default: \fIenabled\fR
Disable parsing of configuration\. This runs rofi in \fIstock\fR mode\.
.
.P
+\fB\-no\-plugins\fR
+.
+.P
+Disables the loading of plugins\.
+.
+.P
+To get a trace with (lots of) debug information set the following environment variable when executing \fBrofi\fR:
+.
+.IP "" 4
+.
+.nf
+
+G_MESSAGES_DEBUG=all
+.
+.fi
+.
+.IP "" 0
+.
+.P
+The trace can be filtered by only outputting the relevant domains, f\.e\.:
+.
+.IP "" 4
+.
+.nf
+
+G_MESSAGES_DEBUG=Dialogs\.DRun
+.
+.fi
+.
+.IP "" 0
+.
+.P
For more information on debugging see the wiki \fIhttps://github\.com/DaveDavenport/rofi/wiki/Debugging%20Rofi\fR
.
.SH "PATTERN"