From 4571330df496ce031fa481400ada2d1fce9ba8e0 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 1 Sep 2021 18:06:11 +0200 Subject: [PATCH] Add and setup nclutter-xfixes Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- configs/appcfg/xinit_template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/appcfg/xinit_template b/configs/appcfg/xinit_template index 9857617..94b1f5b 100644 --- a/configs/appcfg/xinit_template +++ b/configs/appcfg/xinit_template @@ -66,3 +66,6 @@ command -v firefox && export BROWSER=firefox # Or, enable vibration feedback on keypress #export KEYBOARD_ARGS="-o | clickclack -V" + +# Auto hide cursor with touchscreen, Show it with a mouse +unclutter-xfixes --hide-on-touch --start-hidden &