1
0

add scroll + notifications

oh my god it took far too long to get notifications working...
This commit is contained in:
Daniel Prilik
2020-10-29 19:31:32 -04:00
parent c4039edc55
commit cf1b0a4eb4
19 changed files with 810 additions and 53 deletions

View File

@@ -0,0 +1 @@
ACTION=="add", ATTR{name}=="Surface Dial System Multi Axis", TAG+="systemd", ENV{SYSTEMD_USER_WANTS}="surface-dial.service"

1
install/99-uinput.rules Normal file
View File

@@ -0,0 +1 @@
KERNEL=="uinput", GROUP="uinput", MODE:”0660"

View File

@@ -0,0 +1,5 @@
# 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'