From cffeca347ea0e6c5ffbf6215b0855bacc19a5787 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Jul 2024 21:57:59 +0200 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0ead8..f3951b6 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,11 @@ workspaces: Next, you simply need to run `i3-wallpaper-manager` while specify the path to the configuration file. ``` -i3-wallpaper-manager ./config.yaml +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 ```