Skip to content

Commit

Permalink
README.md: Add FAQ section
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 18, 2024
1 parent 6612a48 commit 7281227
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ On Hyprland you can run:
$ hyprctl monitors
```

## FAQ

- The wallpapers are **slow to load**:
wpaperd uses the `image` crate to load and decode the image. However, when built in `debug` mode
the loading and decoding time takes from half a second to a couple, even on modern hardware.
Try building wpaperd in release mode:

```bash
$ cargo build --release
```

## License

**wpaperd** is licensed under the [GPL-3.0+](/LICENSE.md) license.
Expand Down

0 comments on commit 7281227

Please sign in to comment.