add scroll + notifications
oh my god it took far too long to get notifications working...
This commit is contained in:
1
install/50-surface-dial.rules
Normal file
1
install/50-surface-dial.rules
Normal 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
1
install/99-uinput.rules
Normal file
@@ -0,0 +1 @@
|
||||
KERNEL=="uinput", GROUP="uinput", MODE:”0660"
|
||||
5
install/surface-dial.service
Normal file
5
install/surface-dial.service
Normal 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'
|
||||
Reference in New Issue
Block a user