From 34cf0fd0fc93bf96b85d9eca5a2433cff9d44d0c Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Tue, 30 Mar 2021 19:04:07 +0200 Subject: [PATCH] fixed clickclack vibration flag in xinit template --- configs/appcfg/xinit_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/appcfg/xinit_template b/configs/appcfg/xinit_template index 6de85e6..0e37ab5 100644 --- a/configs/appcfg/xinit_template +++ b/configs/appcfg/xinit_template @@ -65,4 +65,4 @@ command -v firefox && export BROWSER=firefox #export KEYBOARD_ARGS="-o | clickclack -f /usr/share/sxmo/keypress.wav" # Or, enable vibration feedback on keypress -#export KEYBOARD_ARGS="-o | clickclack -v" +#export KEYBOARD_ARGS="-o | clickclack -V"