Skip to content

Instantly share code, notes, and snippets.

View poinck's full-sized avatar

André poinck

View GitHub Profile
[Unit]
Description=Multitouch und Wacom Treiber nach dem Aufwachen neustarten
After=suspend.target
[Service]
Type=oneshot
ExecStart=/sbin/modprobe -r hid_multitouch ; /sbin/modprobe hid_multitouch ; /sbin/modprobe -r wacom ; /sbin/modprobe wacom
[Install]