summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2023-12-23 20:18:34 -0500
committerAmin Bandali <bandali@gnu.org>2023-12-23 20:18:34 -0500
commit50a59729b538b15cbf4dc6ef4c803441d82866ec (patch)
treeb2049381439bc5035403680285cd3ce0a97839d7
parentba6e31325cdfa394d31e778f33c8f9f7799e3a3c (diff)
downloadconfigs-50a59729b538b15cbf4dc6ef4c803441d82866ec.tar.gz
configs-50a59729b538b15cbf4dc6ef4c803441d82866ec.tar.xz
configs-50a59729b538b15cbf4dc6ef4c803441d82866ec.zip
Uncomment export MOZ_USE_XINPUT2=1 in .profile
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 93185bd..ea83795 100644
--- a/.profile
+++ b/.profile
@@ -51,7 +51,7 @@ fi
export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
-#export MOZ_USE_XINPUT2=1 # precise scrolling in firefox
+export MOZ_USE_XINPUT2=1 # precise scrolling in firefox
# if running bash
if [ -n "$BASH_VERSION" ]; then