Replies: 1 comment
-
|
This is a limitation of how Quickshell's PAM work. At least from all the examples and documentation I found during development. I'll check if that changed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a small suggestion regarding the lockscreen PAM configuration.
Currently, the lockscreen uses a hardcoded config file at:
This makes the PAM config file live inside the source directory (
~/.local/src/ambxst/config/pam/password.conf), which gets overwritten on updates.It would be great if Ambxst could look for p
assword.confin the standard system PAM directory (/etc/pam.d/) instead. This would:If you'd prefer to keep the custom path for portability reasons, maybe a fallback mechanism could work: first check /etc/pam.d/, then fall back to the bundled config.
Beta Was this translation helpful? Give feedback.
All reactions