Updated Getting started (markdown)

Fabien Devaux 2023-07-29 15:04:08 +02:00
parent df2fff3a50
commit 8fbbd7f143

@ -74,3 +74,12 @@ Create a configuration file in `~/.config/hypr/pyprland.json` enabling a list of
}
}
```
## Troubleshoot
You can enable debug logging and saving to file using the `--debug` argument, eg:
```
pypr --debug /tmp/pypr.log
```
If you just want debug information in the console, set `DEBUG=1` in the environment.