remove mouse acc for deck
This commit is contained in:
parent
ca5e4b89a9
commit
2781532dbc
1 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TrackPoint configuration (treated as mouse device)
|
||||||
|
services.libinput.mouse = {
|
||||||
|
accelSpeed = "0.0"; # Higher sensitivity for trackpoint (-1.0 to 1.0)
|
||||||
|
accelProfile = "flat"; # No acceleration curve for precise control
|
||||||
|
};
|
||||||
|
|
||||||
# GNOME settings (prevent suspend, enable virtual keyboard)
|
# GNOME settings (prevent suspend, enable virtual keyboard)
|
||||||
programs.dconf.profiles.user.databases = [{
|
programs.dconf.profiles.user.databases = [{
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue