Flameshot via Flatpak on Wayland configuration
Installing and permissions
- Install flatpak and add flathub repo.
- Install flameshot.
- Give it the permission to do screenshots:
flatpak permission-set screenshot screenshot org.flameshot.Flameshot yes
Copy to clipboard on GNOME
If you want to bind a key for copying the screenshot in clipboard on GNOME:
- Type “Keyboard” in search, open settings.
- Scroll down, open “View and Customize Shortcuts” window.
- Scroll down, open “Custom Shortcuts”.
- Add a new one, assign a preferred key and next command:
bash -c "flatpak run org.flameshot.Flameshot gui --raw | wl-copy"