Add flameshot for screenshots
This commit is contained in:
parent
80cae6a551
commit
a1f82d3092
5
install/flameshot.sh
Normal file
5
install/flameshot.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user