evdev-accel/examples/config.toml

10 lines
219 B
TOML
Raw Normal View History

2024-05-24 20:51:25 +03:00
# 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