I switch distros and using a flavor of ubuntu at the moment. One of the first things I do is disable mouse acceleration but now I can freely edit it without sudo…
What have I done:
I made:
usr/share/x11/xorg.conf.d/90-mouse.conf
inside mouse config:
Section "InputClass"
Identifier "mouse"
MatchIsPointer "on"
Option “AccelerationProfile” "-1"
Option “AccelerationScheme” "none"
EndSection
reboot and no mouse acceleration Great!
But now I can open and edit usr/share/x11/xorg.conf.d/90-mouse.conf without permission, I cannot do this for the other configs in the directory… so uhh how do I fix this?