lists.zerezo.com


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

***BOGO*** Re: [kde] Scripting the mouse acceleration setting



Stephen Dowdy <sdowdy@xxxxxxxx> writes:

> Note that the Acceleration and Threshhold are directly related to
> the X server's "Pointer Control" parameters:
>
> debian# xset q | grep -A1 'Pointer Control'
> Pointer Control:
>   acceleration:  25/10    threshold:  4
> (note that acceleration is in Integer units, where 2.5 = 25/10)
>
> So, you *could* bypass KDE's configuration files, and use 'xset m'
> directly.  E.G. to set the above values, just run:
>
> debian# xset m 25/10 4

That's a perfect solution to my problem: easy to implement and the
changes take effect on the spot.  

Thanks!

-- 
Yannick Gingras
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.