wayshot
wayshot copied to clipboard
Mirrored at https://git.sr.ht/~shinyzenith/wayshot | screenshot tool for wlroots based compositors implementing zwlr_screencopy_v1
Attempts to solve the freeze feature crashing sporadically as described in https://github.com/waycrate/wayshot/issues/109#issuecomment-2051750240 https://github.com/waycrate/wayshot/issues/109#issuecomment-2052105490 : > Alright, I have a patch that solves this. The existing code destroys the layer_shell object...
This draft PR introduces config, which has been discussed in #97. I personally prefer using configs whenever possible because it makes programs configurations easy and usually easily redistributable. Please, share...
Built from `freeze-feat-andreas` branch. Just running `wayshot --clipboard` works fine, but when trying to run `wayshot --clipboard -s "slurp"` compositor freezes, until wayshot is killed from tty
Here are some of the issues: 1. Long flags should be made kebab case for readability: - `--listoutputs` -> `--list-outputs` - `--choseoutputs` -> `--choose-outputs` `cp`, `mv`, `curl`, `wget`, `rg` have...
pr to fix issue [#113](https://github.com/waycrate/wayshot/issues/113)
TODO: - [ ] Integrate waysip - [ ] Investigate surface scaling issue - [ ] Document all changes
After [this](https://github.com/waycrate/wayshot/commit/8e480ae4cb520e81cc7966cb5ebed37d3483f824) commit `cargo test` is failing. Even though it is not used in [Makefile](https://github.com/waycrate/wayshot/blob/main/Makefile), `cargo test` is used by default for rust packages in nix. So the question is:...
I have read the portocol of fractional, the protocal just accept a scale value to client and let client to adjust the scale. so finally the way to scale is...
This could potentially be an issue with wl-clipboard-rs and should be reported upstream after further investigation.
Fixes #101 - makes iterations while working on `wayshot` faster, thus better for devs and contributors. - makes `make` more explicit about what it does - fixes a minor issue...