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-07-30 22:03:39 +02:00
commit 081624df65
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -28,11 +28,11 @@ workspaces:
Next, you simply need to run `i3-wallpaper-manager` while specify the path to the configuration file.
```
i3-wallpaper-manager /path/to/config.yaml
DISPLAY=:0 i3-wallpaper-manager /path/to/config.yaml
```
To run it when i3 starts, add this to your i3 configuration:
```
exec_always i3-wallpaper-manager /path/to/config.yaml
exec_always DISPLAY=:0 i3-wallpaper-manager /path/to/config.yaml
```