update readme
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/test Pipeline is pending approval

This commit is contained in:
Simon Vieille 2024-08-04 17:59:03 +02:00
commit f8b846018b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -46,7 +46,7 @@ DISPLAY=:0 i3-wallpaper-manager /path/to/config.yaml
To run it when i3 starts, add this to your i3 configuration: To run it when i3 starts, add this to your i3 configuration:
```bash ```bash
exec_always DISPLAY=:0 i3-wallpaper-manager /path/to/config.yaml exec --no-startup-id DISPLAY=:0 i3-wallpaper-manager /path/to/config.yaml
``` ```
If you wish to use a program other than `feh`, set the `callback` parameter by specifying the path to your script. If you wish to use a program other than `feh`, set the `callback` parameter by specifying the path to your script.