1
0
Files
surface-dial-linux/install/surface-dial.service
Daniel Prilik cf1b0a4eb4 add scroll + notifications
oh my god it took far too long to get notifications working...
2020-10-29 19:35:10 -04:00

6 lines
280 B
Desktop File

# IMPORTANT: modify the "ExecStart" field to reflect your userid + surface-dial-daemon install dir
[Service]
# HACK: this service needs to run _after_ the /dev/input/eventXX files have been created
ExecStart=bash -c 'sleep 1 && /home/danielprilik/.cargo/bin/surface-dial-daemon'