Flameshot

Automatic Accept on Region Selection

  • https://github.com/flameshot-org/flameshot/issues/1920
--accept-on-select

Syncing Flameshot Configuration between Devices

Linux

  • Remove current flameshot config and soft link the Syncthing’d flameshot config to the .config folder
rm ~/.config/flameshot/flameshot.ini && ln -s ~/Syncthing/Configurations/flameshot/flameshot.ini ~/.config/flameshot/flameshot.ini

Adding Window Title to Screenshot Filename

  • Flameshot does not and will not support this natively: https://github.com/flameshot-org/flameshot/issues/100
  • Workaround: use xdotool getwindowfocus getwindowname to get window name and then pass that in as an argument when activating flameshot through Keymapper - Linux

Last updated on July 17, 2024. For any questions/feedback, email me at blog@zinchuk.xyz.