wayshot icon indicating copy to clipboard operation
wayshot copied to clipboard

Mirrored at https://git.sr.ht/~shinyzenith/wayshot | screenshot tool for wlroots based compositors implementing zwlr_screencopy_v1

Results 56 wayshot issues
Sort by recently updated
recently updated
newest added

i thibk we should be able to change output folder so that we can make a shortcut

This PR updates the `image` crate to version [0.25](https://github.com/image-rs/image/blob/main/CHANGES.md). This version changes the `webp` encoder from binding library to a pure rust native `webp` encoder and also changes `jpeg`-decoders in...

I'm trying to port tsoding's [boomer](https://github.com/tsoding/boomer) to wayland and i'm trying to use this library to take a screenshot of all screens, however only the first screen appears correctly and...

Update [libc](https://github.com/rust-lang/libc) to 0.2.154. Release notes :https://github.com/rust-lang/libc/releases

Hey, its not working with slurp =( Im getting this: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ParseIntError { kind: InvalidDigit }', src/wayshot.rs:65:69 note: run with...

Added a notification feature to notify users when a screenshot is taken.

This PR adds new CLI flags to set default values directly in the config file, removes the need for manual editing of config.toml. New options added: `--set-default-path `: Sets the...

Implements auto-completion for various shells such as Bash, fish, zsh, powershell, elvish etc Example: ``` wayshot - [TAB] -s --extension -c --format -l --output-format -o --encoding -h --list-outputs -V --output...

The issue is the same, as I have experienced with [grim](https://gitlab.freedesktop.org/emersion/grim/-/issues/101). TLDR: when the monitor has both scaling **and** transformation applied to it -- the screenshot area is noticebly shifted...