Hi. I am a bazzite user and I would like to PR setting the mouse accelaration to off on the bazzite git. I am asking the question here as we are downstream from Fedora atomic kinoite when it comes to plasma tho and I am changing a default action inherited from kinoite/
Question: As we are wayland only, I would like to know where the default file should be placed (I saw /etc/xdg/kcminputrc file but I want to verify here) and if the file is generated on install I would like to know where is the proper place for those settings to be placed or appended so on hid detection pointer acceleration will be set to off on the config file in the users .config folder.
Thanks in advance!
Edit: upon further inpsection I also see that I can put a file in /etc/skel/.config/kcminputrc
and set the defaults I want there. all new users from then will have acceleration off when adding a new hid device?
Files placed in /etc/skel are used to create a new users config.
Existing users would not be changed by placing a file there.
Possibly create the kcminputrc file with the configs you wish then copy that file manually to the users directory /home/$USER/.config. If you put it into /etc/skel/.config/ then it would become a default setting for every new user added.
Note that I do not use kde nor atomic but this info is standard for almost all linux systems. I don’t know if that file name is correct nor how it would work.