fix post-resume stacking hyprlocks
This commit is contained in:
parent
2f9cc4052a
commit
2094d5ce7b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
security.pam.services.hyprlock.text = "auth include login";
|
security.pam.services.hyprlock.text = "auth include login";
|
||||||
powerManagement.resumeCommands = ''
|
powerManagement.resumeCommands = ''
|
||||||
${lib.getExe cfg.package}
|
pidof hyprlock || ${lib.getExe cfg.package}
|
||||||
'';
|
'';
|
||||||
hm.programs.hyprlock = with config.colorScheme.palette; {
|
hm.programs.hyprlock = with config.colorScheme.palette; {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue