Commit e32a2c8
authored
config: Fix
There was misbehaviour from config. Say, we have next config:
```
...
wallpaper = , /path/to/generic.jpg
wallpaper = DP-1, /path/to/port.jpg
wallpaper = desc:My Monitor, /path/to/desc.jpg
```
Here the `DP-1` and `desc:My Monitor` are different monitors.
_EXPECTED_: The `desc:My Monitor` renders `/path/to/desc.jpg` wallpaper
_ACTUAL_: The `desc:My Monitor` renders `/path/to/generic.jpg` wallpaper
Change-Id: I02c9495524bd620d5a58b9d934b07aded051f6c2desc: wallpaper priority (#189)1 parent f1f7fc6 commit e32a2c8
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
376 | 378 | | |
| 379 | + | |
377 | 380 | | |
378 | | - | |
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| |||
0 commit comments