From bd8a98cd63c7f66cffde985decb03c2b37bf0414 Mon Sep 17 00:00:00 2001 From: Zdenek Hasek Date: Sat, 5 Jul 2025 19:15:00 +0200 Subject: [PATCH] username needs to be set for fprointd-enroll --- bin/omarchy-fingerprint-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-fingerprint-setup b/bin/omarchy-fingerprint-setup index 25e587c..fb98dfa 100755 --- a/bin/omarchy-fingerprint-setup +++ b/bin/omarchy-fingerprint-setup @@ -3,7 +3,7 @@ yay -S --noconfirm --needed fprint echo -e "\e[32m\nLet's setup your right index finger as the first fingerprint.\nKeep moving the finger around on sensor until the process completes.\n\e[0m" -sudo fprintd-enroll +sudo fprintd-enroll `whoami` echo -e "\e[32m\nNow let's verify that it's working correctly.\e[0m\n"