fix: shake enabling compatible with nix

close #7
This commit is contained in:
Virt 2024-07-02 16:53:52 +02:00
commit f2793f3bd3
5 changed files with 22 additions and 19 deletions

View file

@ -142,23 +142,23 @@ plugin:dynamic-cursors {
stretch {
# controls how much the cursor is stretched
# this value controls at which speed (px/s) the full stretch
# this value controls at which speed (px/s) the full stretch is reached
limit = 3000
# relationship between speed and tilt, supports these vaules:
# relationship between speed and stretch amount, supports these vaules:
# linear - a linear function is used
# quadratic - a quadratic function is used
# negative_quadratic - negative version of the quadratic one, feels more aggressive
function = quadratic
}
# enable shake to find
# magnifies the cursor if its is being shaken
shake = true
# for when shake = true
# configure shake to find
shake {
# enables shake to find
# magnifies the cursor if its is being shaken
enabled = true
# controls how soon a shake is detected
# lower values mean sooner
threshold = 4.0