Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox: disable accidental zoom on trackpad #97

Open
star-buck opened this issue Aug 21, 2018 · 6 comments
Open

Firefox: disable accidental zoom on trackpad #97

star-buck opened this issue Aug 21, 2018 · 6 comments
Assignees
Labels

Comments

@star-buck
Copy link
Contributor

about:config:

  • mousewheel.with_control.action = 0
  • zoom.maxPercent to 100
  • zoom.minPercent to 100
@star-buck
Copy link
Contributor Author

@bhush9 : have you disabled this?

@bhush9
Copy link

bhush9 commented Sep 15, 2018

@shadeslayer do you have any example on how to adjust/ship the firefox customizations?

@llelectronics
Copy link

@bhush9 see this repo. This is how we do it for netrunner. Though we add also a config for ff-esr (legacy reasons)
Be aware of the links file in the debian directory. Newer Firefoxes don't read /etc/firefox anymore
https://github.com/netrunner-common/netrunner-settings-firefox

@bhush9
Copy link

bhush9 commented Sep 15, 2018

@llelectronics I am confused, there is lot in that repo, what exactly configures thngs? Do I need cck2 for this 3 bits? or what?

@llelectronics
Copy link

llelectronics commented Sep 15, 2018

The configuration changes are in /etc/firefox the contents gets linked to /usr/lib/firefox/browser/defaults/preferences nowadays as firefox otherwise won't pick that up.
This is everything you need for those configuration changes. (You don't need the linking you can put the files directly in the /usr/lib/firefox/browser/defaults/preferences folder)
CCK2 does a lot more like configure UI and setting homepage and configuring addons and such. (Not needed for Neon)
As you only need the 3 configurations I would suggest only using the *.js file with the necessary config.

@bhush9
Copy link

bhush9 commented Sep 15, 2018

Fixed, should be available in next image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants