feat: ipc events for cursor shake

ref #3
This commit is contained in:
Virt 2024-06-28 18:03:59 +02:00
commit fcb4c2b87b
5 changed files with 34 additions and 3 deletions

View file

@ -146,6 +146,10 @@ plugin:dynamic-cursors {
# use nearest-neighbour (pixelated) scaling when shaking
# may look weird when effects are enabled
nearest = true
# enable ipc events for shake
# see #3
ipc = false
}
}
```