From 081624df65c69c6efd9d60aa480b48bfbf0ea9d8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Jul 2024 22:03:39 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3951b6..d07a7ca 100644 --- a/README.md +++ b/README.md @@ -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 ```