Add flameshot for screenshots

This commit is contained in:
David Heinemeier Hansson 2024-05-30 12:12:08 -07:00
parent 80cae6a551
commit a1f82d3092

5
install/flameshot.sh Normal file
View File

@ -0,0 +1,5 @@
# Flameshot is a nice step-up over the default Gnome screenshot tool
if ! command -v flameshot &>/dev/null; then
sudo apt install -y flameshot
# FIXME: Move the hotkey setting over here when we have a command for it
fi