08-04-2018, 06:26 PM
You need to add a script to the startup applications.
A bash script like this
Give it a name like wacom-setings.sh and make it executable
Dead-easy in a civilised desktop environment such as KDE. The other Ubuntu's, try a search for 'startup' and you might get there. Whatever you are using, it will be there somewhere.
This a regular ubuntu with their unity DE.
A bash script like this
Code:
#!/bin/bash
/usr/bin/xsetwacom --set "Wacom Intuos4 WL Pen stylus" area 1000 1000 20320 12700
Give it a name like wacom-setings.sh and make it executable
Dead-easy in a civilised desktop environment such as KDE. The other Ubuntu's, try a search for 'startup' and you might get there. Whatever you are using, it will be there somewhere.
This a regular ubuntu with their unity DE.