From f8b846018b062c83dbea18d47b9e6d577e1d342f Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 4 Aug 2024 17:59:03 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41f528b..4bfe0b1 100644 --- a/README.md +++ b/README.md @@ -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: ```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.