@[email protected] to Open [email protected] • edit-23 months agoFlameshot, an Open Source screenshot softwarelemmy.sdf.orgimagemessage-square66fedilinkarrow-up1402arrow-down111file-text
arrow-up1391arrow-down1imageFlameshot, an Open Source screenshot softwarelemmy.sdf.org@[email protected] to Open [email protected] • edit-23 months agomessage-square66fedilinkfile-text
Features: Highly customizable In-app screenshot editing Upload to online platforms Command-line interface (CLI) Platforms: Linux Windows MacOS Link: flameshot.org.
minus-square@[email protected]linkfedilink18•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-square@[email protected]linkfedilink2•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-square@[email protected]linkfedilink3•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.