mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-01 23:34:03 +01:00
sway: add pointer-accel.conf to fix gayming
This commit is contained in:
parent
2ecb891a10
commit
773b601924
10
conf/sway/config.d/pointer-accel.conf
Normal file
10
conf/sway/config.d/pointer-accel.conf
Normal file
@ -0,0 +1,10 @@
|
||||
# Switches mouse to adaptive 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 :)
|
||||
|
||||
input "type:pointer" {
|
||||
accel_profile adaptive
|
||||
pointer_accel 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user