Sway: Difference between revisions

Phobos (talk | contribs)
m Added a section for Secret Service usage
Phobos (talk | contribs)
mNo edit summary
Line 127: Line 127:
In order to unlock the keyring unlock on login or after logging back in from a screen locking utility you will need to enable them for PAM:
In order to unlock the keyring unlock on login or after logging back in from a screen locking utility you will need to enable them for PAM:
{{File|3=security.pam.services = {
{{File|3=security.pam.services = {
   gdm.enableGnomeKeyring = true;
   greetd.enableGnomeKeyring = true;
   swaylock.enableGnomeKeyring = true;
   swaylock.enableGnomeKeyring = true;
  # If using a display manager such as GDM
  #gdm.enableGnomeKeyring = true;
};|name=/etc/nixos/configuration.nix|lang=nix}}
};|name=/etc/nixos/configuration.nix|lang=nix}}