From 0d0f1ed6924d13ee605812f677658fc360033a1f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 19:31:26 -0400 Subject: [PATCH] Restart agent after setting up --- bin/omarchy-fingerprint-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-fingerprint-setup b/bin/omarchy-fingerprint-setup index 061f999..d23a0fc 100755 --- a/bin/omarchy-fingerprint-setup +++ b/bin/omarchy-fingerprint-setup @@ -5,6 +5,7 @@ yay -S --noconfirm --needed fprintd libfprint # Add fingerprint authentication as a sufficient option grep -q 'pam_fprintd.so' /etc/pam.d/system-auth || sudo sed -i '/^auth.*pam_unix.so/ i auth sufficient pam_fprintd.so' /etc/pam.d/system-auth +systemctl --user restart hyprpolkitagent # Enroll the first finger 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"