2024-06-17 23:52:13 +03:00
|
|
|
# dulcepan
|
|
|
|
|
2024-06-19 18:40:22 +03:00
|
|
|
A screenshot tool for Wayland compositors. Requires wlr-screencopy-unstable-v1
|
|
|
|
support.
|
2024-06-17 23:52:13 +03:00
|
|
|
|
|
|
|
Discuss in [#eclairs on Libera.Chat].
|
|
|
|
|
|
|
|
[#eclairs on Libera.Chat]: https://web.libera.chat/#eclairs
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
```sh
|
|
|
|
meson setup build/
|
|
|
|
ninja -C build/
|
|
|
|
```
|
|
|
|
|
2024-06-19 18:40:22 +03:00
|
|
|
## Configuration
|
|
|
|
|
|
|
|
dulcepan will try to load a configuration file from
|
|
|
|
`$XDG_CONFIG_DIRS/dulcepan.cfg`, which is a set of `key=value` pairs. See the
|
|
|
|
example configuration file `dulcepan.cfg` for more information.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
See `dulcepan -h`.
|
|
|
|
|
2024-06-17 23:52:13 +03:00
|
|
|
## License
|
|
|
|
|
|
|
|
GPL-3.0-only
|
|
|
|
|
|
|
|
See `LICENSE` for more information.
|
|
|
|
|
|
|
|
Copyright © 2024 Kirill Primak
|