Change filename created by mate-screenshot

#!/bin/bash
# Ubuntu_Mate 16.04 LTS
#
# Take screenshot..Does NOT show terminal unless already on screen
scrot
# Take screenshot after 5 second delay
scrot --delay 5

For hotkey combinations, you will need xdotool and xclip.

1 Like