diff --git a/config.yaml.example b/config.yaml.example index ea6b9f8..5e50253 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,4 +1,5 @@ -default: "/path/to/default.jpg" +default: /home/alice/wallpapers/default.jpg workspaces: - 1: "/path/to/1.jpg" - "Foo": "/path/to/foo.jpg" + "Name of the workspace 1": /home/alice/wallpapers/1.jpg + "Name of the workspace 2": /home/alice/wallpapers/2.jpg + "Name of the workspace 3": /home/alice/wallpapers/3.jpg