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