mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-01 18:36:16 +02: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 = {
|
touchpad = {
|
||||||
naturalScrolling = true;
|
naturalScrolling = true;
|
||||||
accelProfile = "flat";
|
accelProfile = "flat";
|
||||||
|
accelSpeed = "0.75";
|
||||||
};
|
};
|
||||||
|
|
||||||
mouse = {
|
mouse = {
|
||||||
|
Loading…
Reference in New Issue
Block a user