From f9fc54ec83e0cd2cfc85e0991f0920df0a284b6d Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:19:43 +0900 Subject: modified slock/config.def.h --- slock/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slock/config.def.h b/slock/config.def.h index b7c4070..13ad3a4 100644 --- a/slock/config.def.h +++ b/slock/config.def.h @@ -56,7 +56,7 @@ static const char *background_image = ""; static const char *private_image = "Private/photo/19CDB48F-C92D-437D-A65E-F7DD30F0A05F.png"; /* PAM service that's used for authentication */ -static const char *pam_service = "system-login"; +static const char *pam_service = "system-local-login"; /* Font settings for the time text */ static const float textsize=64.0; -- cgit v1.2.3