I like postimages.org.
https://i.imgur.com/ZtR60qw.png
I love nesting screenshots into screenshots by simply hitting the PRTSC button muliple times
https://i.imgur.com/9NKvWko.png
https://i.imgur.com/n8Mwh1Z.png
EDIT:
___
And you should also install "hoverzoom" under brave broser with multiple blockers:
(It has a blur tool too, but I don't recommend blurring sensitive data as if the area under the blur kernel is 1, the sum of the pixel values will be the same before and after the blur, and if an attacker recognizes which font and size it is from other parts of the screen, they use could dictionary attack for the text with the sum of the pixels as the hash to be cracked.)
Thank you!
I really love to see how well supported Wayland nowadays is. We're probably still missing a couple of things, but so far my experience has been fantastic.
Result is a blurry mess of an ide. Once that is resolved, I'll be wholeheartedly aboard the Wayland train.
I'm not sure about this statement to be honest, but maybe I never cared that much since xwayland works already good on my machines: have you tried with a custom JDK?
I had some issues with sway and Jetbrains back in November, but I fixed those by running them on the latest JDK: https://github.com/swaywm/sway/issues/3007#issuecomment-7245...
Granted that yes, probably it's not Wayland native, but using HiDPI in my case didn't seem to be a problem to be honest
If you don't want sort of broken stuff don't use a distro that changes major versions every 6 months.
But the meme is good, I'll give you that
Because I don't think, technically, it is possible for a screenshot tool to "support Wayland".
- org.gnome.Shell.Screenshot, a dbus API primarily/only used by GNOME
- wlr-screencopy, a Wayland protocol extension primarily implemented by wlroots, which Sway, Wayfire and many other compositors use
- xdg-desktop-portal, which is promoted by the freedesktop group and an abstraction of both APIs using special portals for each desktop, Flatpak compatible and delivering screen content via Pipewire (supported by Firefox and Chromium)
Flameshot now supports the former 2, I have the most long term hope for the latter one.
It is fascinating watching the near decade-long journey as Wayland tackles screenshots.
At our small company we trialed Jumpshare, CloudApp and a bunch of other stuff for both video and screenshots.
Cleanshot was by far the best, and costs the least. Unlike most tools which are SaaSified and require a monthly subscription, CleanShot still offers a one-off license. It's a steal.
The only one at our company not using Cleanshot is a developer on Linux. I think he's using Flameshot.
I just want to remark upon how strange it is Mac users are just so nonchalantly paying for bits and bobs because their OS doesn't do things they need it to do.
I spent some time getting my Linux setup _just so_ and feel like I gave macOS a good go when I tried it for 11 months as a daily driver, but I just couldn't take it.
Find a little niggling problem that bothers you just a little bit? Here's a program that fixes it, but it's $5.
Repeat ad nauseam.
I never use it though, because I take screenshot with CleanShot and then share directly in Slack / etc.
That one has at least been around for long enough, and has worked perfectly under Sway for long enough, that I had to look up its name because I had it bound to a hotkey and had forgotten what it was called.
#!/bin/bash
FILENAME="screenshot-`date +%F-%H%M%S`"
grim -g "$(slurp)" ~/screenshots/$FILENAME.png
Hit one key, select the region to screenshot and I have a file in that directory with a very predictable filename.the whole wayland ecosystem is slowling taking shape month after month. and given the radical change that wayland is, most thing have to be re-implemented using radically different tooling, libraries and approaches, which is very similar to re-inventing.
Which is to say: what you say is true, but there's no excuse for breaking screenshots (!) for half a decade in the name of "progress".
(And I say that as someone who genuinely thinks Wayland itself is great software. But the desktop projects and distros have a job to do too, and they didn't.)
I assume that this full wlroots-based compositor support (so Wayfire as well), which is great!
I like the direct upload to imgur though.
I'd like to emulate spectacle (kde screenshot tool) that allows a 2 seconds delay between rectangular area or application to be screenshoted.
awful.key({ }, "Print", function () awful.spawn("flameshot gui") end,
{description = "Make a screenshot (relies on flameshot)", group = "clipboard"})command_screenshot_interactive = grim -g "$(slurp)" - | tee $(xdg-user-dir DOCUMENTS)/screencap/$(date +%Y-%m-%dT%H:%M:%SZ).png | wl-copy
Always nice to see more tools support Wayland though.
For now I’m still happy with grim and how it integrates into my swaywm setup.
EDIT: Windows-only
I set my print screen key to it, and works every time, instead of the built-in screenshot tool where the popups/menus will have disappeared.
I tried flameshot once and don't really get how one would find it more useful than Shutter.
However, I think build-in screenshot tools (that even can take videos) in Macos are already quite powerful. What do you miss?
- immediate jump into editor after taking screenshot, with...
- text annotations
- arrow annotations
- box/circle annotations
- BLUR
- upload to imgur
- copy to clipboard
Unless this does something that I'm not seeing, macOS has this tool builtin
- macOS has even better tools built in
- If that's not enough, try CleanShot
For wlroots-based compositors like sway here's the most lightweight solution: https://hg.sr.ht/~scoopta/wlrobs
For mutter (GNOME): https://github.com/flatpak/xdg-desktop-portal + pipewire
My favorite way to record on wlroots compositors is wf-recorder, which seems to be lighter on resources than the others.
There's also a fork of SimpleScreenRecorder (with similar issues, unfortunately).
Here's an overview of screencasting tools for wlroots based compositors like Sway and Wayfire: https://github.com/solarkraft/awesome-wlroots#screencasting
But no Wayland support.
Even though Windows now has a quite good screenshot story out-of-the-box with the Win+Shift+S shortcut, Flameshot seems to have some very nice annotation options that I haven't seen anywhere else.