This is an old revision of the document!


My goto app is flameshot on X.

I've found it buggy on Wayland so I use the following combo with grim, slurp, wl-copy and swappy to achieve the same results :

#!/bin/bash
 
FILEDIR=~/Downloads/scrots/
IMG=$FILEDIR$(date +%F_%H-%M-%S).png
grim -g "$(slurp)" $IMG
wl-copy < $IMG
swappy -f $IMG
  • en/tools/linux/misc-tools.1696076139.txt.gz
  • Last modified: 2023/09/30 14:15
  • by crunchyslime