From ff5f92c048ca77a76802aafce5c7e04a5ddaf40c Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Sat, 30 May 2020 02:35:20 -0700 Subject: [PATCH] xinit: set touch env variable=1 for firefox Signed-off-by: Miles Alan --- scripts/core/sxmo_xinit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index 2806837..50c271f 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -2,6 +2,7 @@ source /etc/profile which $TERM || export TERM=st which $BROWSER || export BROWSER=surf +[ -z "$MOZ_USE_XINPUT2" ] && export MOZ_USE_XINPUT2=1 xmodmap /usr/share/sxmo/xmodmap_caps_esc xsetroot -mod 3 2 -fg '#000000' -bg '#888888'