I was wondering if there is any way that I can run certain command lines through the terminal automatically at every start up of the computer.
I have a wacom tablet and it is quite annoying to turn the desire settings every time the system is restarted. For example, I want the following lines to run automatically:
xsetwacom --set "Wacom Bamboo 16FG 4x5 Finger touch" touch off
xsetwacom --set "Wacom Bamboo 16FG 4x5 Finger pad" button 1 "key up"
xsetwacom --set "Wacom Bamboo 16FG 4x5 Finger pad" button 3 "key down"
Is it possible to run it automatically at every startup?