From 5503cfb4e21067b0dd9ab6b83eb14ed7e1c561b6 Mon Sep 17 00:00:00 2001 From: MusiKid Date: Sun, 25 Jul 2021 00:26:27 +0200 Subject: [PATCH] chore: add workaround key to config.ini --- howdy/src/config.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/howdy/src/config.ini b/howdy/src/config.ini index d02de0d..28d5258 100644 --- a/howdy/src/config.ini +++ b/howdy/src/config.ini @@ -30,6 +30,14 @@ disabled = false # computational power to run, and is meant to be executed on a GPU to attain reasonable speed. use_cnn = false +# WARNING: Changing this key can lead to unstability +# Set a workaround to confirm the prompt +# +# "off" will disable it, so the user needs to confirm manually +# "input" will send an enter keypress to confirm (the prompt needs to be on focus) +# "native" will stop the prompt at PAM level (DANGEROUS!) +workaround = input + [video] # The certainty of the detected face belonging to the user of the account # On a scale from 1 to 10, values above 5 are not recommended