tv firefox: MOZ_USE_XINPUT2=1 when TOUCHSCREEN==1
This commit is contained in:
parent
cb796ce05b
commit
ef6ddd1de3
@ -1,5 +1,8 @@
|
|||||||
{ pkgs }:
|
{ pkgs }:
|
||||||
|
|
||||||
pkgs.writeDashBin "ff" ''
|
pkgs.writeDashBin "ff" ''
|
||||||
|
case $TOUCHSCREEN in 1)
|
||||||
|
export MOZ_USE_XINPUT2=1
|
||||||
|
esac
|
||||||
exec ${pkgs.firefox}/bin/firefox "$@"
|
exec ${pkgs.firefox}/bin/firefox "$@"
|
||||||
''
|
''
|
||||||
|
Loading…
Reference in New Issue
Block a user