mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +01:00
sway/pointer-accel: set to flat, fix comment
This commit is contained in:
parent
773b601924
commit
4af6a4834a
@ -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/
|
# 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
|
# Constant rotation in Steam/xwayland or at least FF XII TZA is resolved by
|
||||||
# use an Xbox controller anyway :)
|
# Super-Shift-C (sway config reload) in-game, regardless of it sounding
|
||||||
|
# counter-productive
|
||||||
|
|
||||||
input "type:pointer" {
|
input "type:pointer" {
|
||||||
accel_profile adaptive
|
#accel_profile adaptive
|
||||||
|
accel_profile flat
|
||||||
pointer_accel 0
|
pointer_accel 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user