commit 6acdf05fac33064867dfc567f245afde344cde26
parent e5fdc0fc9954dea6355a576a5ba8d31a4b84a75c
Author: vin <vin@vineetk.net>
Date: Sat, 26 Apr 2025 00:24:20 -0400
demiurge, hastur: disable mouse acceleration in sway's libinput
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/home.nix b/home.nix
@@ -1126,6 +1126,8 @@ interceptor.register(int_fn)
checkConfig = false;
config = {
+ input."type:pointer".accel_profile = "flat";
+
bars = [ {
colors = {
# background = colors.current.primary.background;