fix: g502 scrolling in firefox
This commit is contained in:
parent
e2144238f1
commit
9ff1a90719
1 changed files with 7 additions and 0 deletions
7
.environment.d/firefox.env
Normal file
7
.environment.d/firefox.env
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Fixes scrolling bug for G502 mice, where the first scroll step after a
|
||||
# direction change is not registered sometimes. Also enables gestures and
|
||||
# pixel-perfect trackpad scrolling apperantly:
|
||||
# https://wiki.archlinux.org/title/Firefox#Touchscreen_gestures_and_pixel-perfect_trackpad_scrolling
|
||||
if [ "$XDG_SESSION_TYPE" == "x11" ]; then
|
||||
MOZ_USE_XINPUT2=1
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue