mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add more debug instr. and link to rofi-theme manpage in rofi manpage.
This commit is contained in:
parent
1e92dd8923
commit
b5a1ba16e2
3 changed files with 52 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
36
doc/rofi.1
36
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"
|
||||
|
|
Loading…
Reference in a new issue