mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
13 lines
407 B
Plaintext
13 lines
407 B
Plaintext
# Switches mouse to flat acceleration profile and sets speed to 0
|
|
# Idea from https://www.reddit.com/r/linux_gaming/comments/tu2l0q/comment/i34ejep/
|
|
|
|
# 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 flat
|
|
pointer_accel 0
|
|
}
|