mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:17:35 +00:00
WindowServer: Added configurable mouse acceleration and scroll length
The settings are also saved to the config file to survive reboots.
This commit is contained in:
parent
0c51778510
commit
db409db4e9
6 changed files with 51 additions and 2 deletions
|
@ -5,6 +5,10 @@ Height=768
|
|||
[Theme]
|
||||
Name=Default
|
||||
|
||||
[Mouse]
|
||||
AccelerationFactor=1.0
|
||||
ScrollStepSize=4
|
||||
|
||||
[Cursor]
|
||||
Hidden=/res/cursors/hidden.png
|
||||
Arrow=/res/cursors/arrow.x2y2.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue