mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
dwm(libinput): Set touchpad.accelSpeed to Hyprland speed
Makes the touchpad speed consistent across Hyprland and dwm.
This commit is contained in:
parent
c077b5a551
commit
c462dc20e8
@ -287,6 +287,7 @@ in
|
||||
touchpad = {
|
||||
naturalScrolling = true;
|
||||
accelProfile = "flat";
|
||||
accelSpeed = "0.75";
|
||||
};
|
||||
|
||||
mouse = {
|
||||
|
Loading…
Reference in New Issue
Block a user