summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-28 21:19:43 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-28 21:19:43 +0900
commitf9fc54ec83e0cd2cfc85e0991f0920df0a284b6d (patch)
tree8c3ecae3ccbee38e3e84f523c524caa473ed53ff
parent025f6344d97a828cc4b507ddef64b9ea77805291 (diff)
modified slock/config.def.h
-rw-r--r--slock/config.def.h2
1 files changed, 1 insertions, 1 deletions
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;