Added MOZ_USE_XINPUT2 option to firefox to prep for smooth scrolling

This commit is contained in:
Ryan Schanzenbacher 2024-03-20 01:13:02 -04:00
parent 2d87a289ea
commit eb44470e80
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -47,6 +47,7 @@
(format port "#!~a \n
export LD_LIBRARY_PATH=~a \n
export MOZ_ENABLE_WAYLAND=1 \n
export MOZ_USE_XINPUT2=1 \n
exec ~a $@\n"
(string-append bash "/bin/bash")
(string-append pipewire "/lib")