sunhat/install/flameshot.sh
2024-05-30 12:12:08 -07:00

6 lines
221 B
Bash

# 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