most actuator thingies
This commit is contained in:
+8
-1
@@ -1,3 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
HOME=$MOZILLA_HOME
|
||||
/usr/bin/firefox "$@"
|
||||
env MOZ_USE_XINPUT2=1 /usr/bin/firefox "$@"
|
||||
|
||||
Reference in New Issue
Block a user