update readme
This commit is contained in:
parent
34ddaa1802
commit
f8b846018b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue