From b11648c397585720e7077e1a5ca37e0f071b6c3b Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 11 Aug 2023 16:54:03 +0900 Subject: feat(home/gui): disable acceleration on trackball --- home/profiles/gui/config/sway.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'home/profiles/gui/config') diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index eb4248c..3671ed3 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -220,6 +220,11 @@ with neotheme.colors; tap_button_map lmr #1Finger > Left Click , 2Finger > Right Click, 3Fingers > MiddleClick } + input "1149:8264:Primax_Kensington_Eagle_Trackball" { + accel_profile flat + pointer_accel 0 + } + input type:keyboard { repeat_rate 40 repeat_delay 350 -- cgit 1.4.1