evdev-accel/examples/config.toml
2024-05-24 20:51:25 +03:00

9 lines
219 B
TOML

# In-game sens in games like Quake
sensitivity = 1.0
# Amount of acceleration to apply
accel = 0.03
# Sensitivity scaling before acceleration
pre_scale = 1.0
# Sensitivity scaling after acceleration
post_scale = 0.05