1
1
Fork 0

hyprland: switch to custom accel profile for trackball

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-11 18:20:31 -05:00
parent 2a50437892
commit 3c0f160cab
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -215,6 +215,9 @@ in
# https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs # https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs
#?? device = { name = NAME ... } #?? device = { name = NAME ... }
# https://wiki.hyprland.org/Configuring/Variables/#custom-accel-profiles
# https://wayland.freedesktop.org/libinput/doc/latest/pointer-acceleration.html#the-custom-acceleration-profile
#?? custom <STEP> <POINTS...>
# TODO: Combine same devices # TODO: Combine same devices
# FIXME: Hotplugging may result in different id # FIXME: Hotplugging may result in different id
device = [ device = [
@ -238,8 +241,8 @@ in
{ {
name = "logitech-m570"; name = "logitech-m570";
accel_profile = "adaptive"; accel_profile = "custom 1 0 1 3";
sensitivity = -0.9; sensitivity = -0.1;
} }
{ {