From a656183d1175b0da7b0cf6bef22a957f0c9452d2 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 11:38:13 -0600 Subject: Shell: Force Firefox to use XInput2 This ensures scrolling with touchscreen works out of the box. --- common/.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.profile b/common/.profile index cf23111..4eb7a37 100644 --- a/common/.profile +++ b/common/.profile @@ -47,5 +47,7 @@ export GOPATH="$HOME/src/go" export GEM_HOME="$HOME/.gem" export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS --height 20% --layout=reverse" +export MOZ_USE_XINPUT2=1 + # Local profile [ -f ~/.profile.local ] && . ~/.profile.local -- cgit v1.2.3