diff --git a/awesome-mobile.sh b/awesome-mobile.sh index 51668a8..1a5e8a4 100755 --- a/awesome-mobile.sh +++ b/awesome-mobile.sh @@ -11,6 +11,8 @@ fi # Set GDK_SCALE=2, for nicer touchscreen usage. export GDK_SCALE=2 +# MOZ_USE_XINPUT2=1 should enable touch scrolling in Firefox +export MOZ_USE_XINPUT2=1 if [ -f ~/.config/awesome-mobile/rc.lua ]; then awesome --search ~/.config/awesome-mobile/ --search /usr/share/awesome-mobile/ -c ~/.config/awesome-mobile/rc.lua