summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-05 21:51:03 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-05 21:51:03 +0200
commit9d13001b903f9ec50f5fa3a4bdbacae32b27ac65 (patch)
tree7fb9a10a67205276e2b46b6ca369ba22b26b79a3 /Dockerfile
parent965c3fb07fb16de9d525d7c094d299fd5d3960bc (diff)
downloadwekan-9d13001b903f9ec50f5fa3a4bdbacae32b27ac65.tar.gz
wekan-9d13001b903f9ec50f5fa3a4bdbacae32b27ac65.tar.bz2
wekan-9d13001b903f9ec50f5fa3a4bdbacae32b27ac65.zip
Add settings for mouse wheen scroll inertia and scroll amount.
For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b6f93480..d9ccfcda 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -110,7 +110,9 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
CORS="" \
CORS_ALLOW_HEADERS="" \
CORS_EXPOSE_HEADERS="" \
- DEFAULT_AUTHENTICATION_METHOD=""
+ DEFAULT_AUTHENTICATION_METHOD="" \
+ SCROLLINERTIA="0" \
+ SCROLLAMOUNT="auto"
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app