From 4af6a4834a421658f0731023370d7ea96bd4f316 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 15 Apr 2022 17:07:29 +0300 Subject: [PATCH] sway/pointer-accel: set to flat, fix comment --- conf/sway/config.d/pointer-accel.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/conf/sway/config.d/pointer-accel.conf b/conf/sway/config.d/pointer-accel.conf index ad2a67aa..086e2433 100644 --- a/conf/sway/config.d/pointer-accel.conf +++ b/conf/sway/config.d/pointer-accel.conf @@ -1,10 +1,12 @@ -# Switches mouse to adaptive acceleration profile and sets speed to 0 +# Switches mouse to flat acceleration profile and sets speed to 0 # Idea from https://www.reddit.com/r/linux_gaming/comments/tu2l0q/comment/i34ejep/ -# This stops constant rotation in FF XII Zodiac Age, at least when reloading -# sway config during gameplay, rotation by mouse still seems weird, but I -# use an Xbox controller anyway :) + +# Constant rotation in Steam/xwayland or at least FF XII TZA is resolved by +# Super-Shift-C (sway config reload) in-game, regardless of it sounding +# counter-productive input "type:pointer" { - accel_profile adaptive + #accel_profile adaptive + accel_profile flat pointer_accel 0 }