สำหรับ Linux Mint เวอร์ชัน Mate เพียงรันคำสั่งด้านล่างเพื่อกำหนดค่าระบบของคุณหนึ่งครั้งและกด PrtScn บนคีย์บอร์ดของคุณ
sudo apt install scrot
gsettings set org.mate.Marco.global-keybindings run-command-screenshot "disabled"
dconf write /org/mate/desktop/keybindings/custom0/action \'"scrot -e \"gimp \$f\""\'
dconf write /org/mate/desktop/keybindings/custom0/binding \'Print\'
dconf write /org/mate/desktop/keybindings/custom0/name \'PrintScreen\'
ภาพหน้าจอจะถูกบันทึกไว้ในโฟลเดอร์บ้านของคุณที่ ~ / หากคุณไม่ต้องการให้มีคุณสามารถใช้ด้านล่างนี้เพื่อย้ายภาพหน้าจอในโฟลเดอร์ / tmp:
dconf write /org/mate/desktop/keybindings/custom0/action \'"scrot -e \"mv \$f /tmp; gimp /tmp/\$f\""\'