aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-10-08 09:58:06 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-10-08 09:58:06 +0200
commit7b707696b40a98e717d91e24162869f6d9c22957 (patch)
treeb12edee465697b1bb20884f5469cc670f5888805 /README.md
parent5890f602b32d4f7ec31d9f6c4b4e5e17b0866b96 (diff)
downloadperl-software-in-gnu-guix-7b707696b40a98e717d91e24162869f6d9c22957.tar
perl-software-in-gnu-guix-7b707696b40a98e717d91e24162869f6d9c22957.tar.gz
automatically hide the mouse pointer after 5s of inactivity (#1837)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 734036b..72d2ac9 100644
--- a/README.md
+++ b/README.md
@@ -326,6 +326,12 @@ Reveal.initialize({
// Enable slide navigation via mouse wheel
mouseWheel: false,
+ // Hide cursor if inactive
+ hideInactiveCursor: true,
+
+ // Time before the cursor is hidden (in ms)
+ hideCursorTime: 5000,
+
// Hides the address bar on mobile devices
hideAddressBar: true,