From b0c0ecc894e43f576e82e21a6ebda533d64cc568 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 27 Jul 2021 00:46:14 +0100 Subject: [PATCH] Pointer accel attempt fix --- config/hosts/samhain/home/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/samhain/home/sway/default.nix b/config/hosts/samhain/home/sway/default.nix index 69cfa5eb..f5d40d57 100644 --- a/config/hosts/samhain/home/sway/default.nix +++ b/config/hosts/samhain/home/sway/default.nix @@ -56,7 +56,7 @@ input = { "5426:103:Razer_Razer_Naga_Trinity" = { accel_profile = "adaptive"; - pointer_accel = "0"; + pointer_accel = "-0.5"; }; "5824:1503:screenstub-tablet" = { events = "disabled"; }; "5824:1503:screenstub-mouse" = { events = "disabled"; };