dotfiles/scripts/firefox

11 lines
319 B
Plaintext
Raw Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
2023-10-06 01:15:38 -04:00
# https://www.reddit.com/r/linux/comments/72mfv8/psa_for_firefox_users_set_moz_use_xinput21_to/
# smooth scrolling
# touchscreen scrolling
# https://askubuntu.com/questions/853910/how-to-enable-touchscreen-scrolling-in-firefox/994483#994483
2022-01-18 01:25:46 -05:00
HOME=$MOZILLA_HOME
2023-10-06 01:15:38 -04:00
env MOZ_USE_XINPUT2=1 /usr/bin/firefox "$@"