update readme
This commit is contained in:
parent
c479c756d7
commit
8e5d3c7907
1 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ $ make
|
|||
|
||||
To start, you need to create a configuration file in YAML format. This file consists of two keys: `default` to define the path of the default wallpaper, and `workspaces` which allows you to associate each workspace with its corresponding wallpaper.
|
||||
|
||||
```
|
||||
```yaml
|
||||
default: /home/alice/wallpapers/default.jpg
|
||||
workspaces:
|
||||
"Name of the workspace 1": /home/alice/wallpapers/1.jpg
|
||||
|
|
@ -35,12 +35,12 @@ workspaces:
|
|||
|
||||
Next, you simply need to run `i3-wallpaper-manager` while specify the path to the configuration file.
|
||||
|
||||
```
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue