[doc] Add documentation for debug mode
This commit is contained in:
parent
251f8d2e9f
commit
1f0f39394f
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -35,7 +35,7 @@ $ git clone git://github.com/tobi-wan-kenobi/bumblebee-status
|
|||
```
|
||||
|
||||
# Usage
|
||||
|
||||
## Normal usage
|
||||
Next, open your i3wm configuration and modify the *status_command* for your i3bar like this:
|
||||
|
||||
```
|
||||
|
@ -68,9 +68,17 @@ bar {
|
|||
|
||||
```
|
||||
|
||||
|
||||
Restart i3wm and - that's it!
|
||||
|
||||
## Errors
|
||||
If errors occur, you should see them in the i3bar itself. If that does not work, or you need more information for troubleshooting, you can activate a debug log using the `-d` or `--debug` switch:
|
||||
|
||||
```
|
||||
$ ./bumblebee-status -d -m <list of modules>
|
||||
```
|
||||
|
||||
This will create a file called `debug.log` in the same directory as the executable `bumblebee-status`.
|
||||
|
||||
# Required Modules
|
||||
|
||||
Modules and commandline utilities are only required for modules, the core itself has no external dependencies at all.
|
||||
|
|
Loading…
Reference in a new issue