summaryrefslogtreecommitdiff
path: root/slock/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-05-16 14:02:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-05-16 14:02:59 +0900
commite846347b5bc50a79094264f1dcfdbf197be17c0f (patch)
treee173b67621a979b1583546556c22e75f6a6aac70 /slock/config.h
parente5c22a1c059e63e65b4a8820f1751879f735a09f (diff)
Updates slock and dwm keybindings
Diffstat (limited to 'slock/config.h')
-rw-r--r--slock/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slock/config.h b/slock/config.h
index 15e9674..b71498c 100644
--- a/slock/config.h
+++ b/slock/config.h
@@ -31,7 +31,7 @@ static const char *font_name = "monospace:size=18:bold";
static const int monitortime = 600;
/* PAM service that's used for authentication */
-static const char* pam_service = "login";
+static const char* pam_service = "system-login";
/* insert grid pattern with scale 1:1, the size can be changed with logosize */
static const int logosize = 75;