NuVault@lemmy.sdf.org to Open Source@lemmy.ml · edit-23 months agoFlameshot, an Open Source screenshot softwarelemmy.sdf.orgimagemessage-square52fedilinkarrow-up1399file-text
arrow-up1399imageFlameshot, an Open Source screenshot softwarelemmy.sdf.orgNuVault@lemmy.sdf.org to Open Source@lemmy.ml · edit-23 months agomessage-square52fedilinkfile-text
Features: Highly customizable In-app screenshot editing Upload to online platforms Command-line interface (CLI) Platforms: Linux Windows MacOS Link: flameshot.org.
minus-squareblabboole@lemm.eelinkfedilinkarrow-up19·3 months agoIt’s a shame this doesn’t work nicely with multiple displays, it always picks the monitor I don’t have the window on I want to capture.
minus-squareFrederikNJS@lemm.eelinkfedilinkarrow-up2·edit-23 months agoFor me it captures all the screens and let’s me pick the region, even when crossing over two screens. Which OS are you using? And if Linux, are you running Wayland or X?
minus-squareFrederikNJS@lemm.eelinkfedilinkarrow-up3·3 months agoYou might need some workarounds for it to work. I’m using Sway as my window manager, where the missing piece war the “for_window” bit on this page. https://github.com/flameshot-org/flameshot/blob/master/docs/Sway and wlroots support.md Depending on your desktop environment/window manager, you might need some different workarounds.
It’s a shame this doesn’t work nicely with multiple displays, it always picks the monitor I don’t have the window on I want to capture.
For me it captures all the screens and let’s me pick the region, even when crossing over two screens.
Which OS are you using? And if Linux, are you running Wayland or X?
I’m on Linux, with Wayland
You might need some workarounds for it to work. I’m using Sway as my window manager, where the missing piece war the “for_window” bit on this page.
https://github.com/flameshot-org/flameshot/blob/master/docs/Sway and wlroots support.md
Depending on your desktop environment/window manager, you might need some different workarounds.