From a1f82d309231610afe5ad313c5cedd891e975e8f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 30 May 2024 12:12:08 -0700 Subject: [PATCH] Add flameshot for screenshots --- install/flameshot.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install/flameshot.sh diff --git a/install/flameshot.sh b/install/flameshot.sh new file mode 100644 index 0000000..3fa7e38 --- /dev/null +++ b/install/flameshot.sh @@ -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