diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-05-16 14:02:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-05-16 14:02:59 +0900 |
| commit | e846347b5bc50a79094264f1dcfdbf197be17c0f (patch) | |
| tree | e173b67621a979b1583546556c22e75f6a6aac70 /slock/config.h | |
| parent | e5c22a1c059e63e65b4a8820f1751879f735a09f (diff) | |
Updates slock and dwm keybindings
Diffstat (limited to 'slock/config.h')
| -rw-r--r-- | slock/config.h | 2 |
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; |
