diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 12:17:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 12:17:28 -0600 |
| commit | faac951ab0f36d16b992c5d597595dc6f9017b76 (patch) | |
| tree | ae515cc4077626d06ab01c1841b3e670e5bcdccd /dotfiles/common/.local | |
| parent | 7e8d8473c9005969416aeb08cae033809fe90f98 (diff) | |
| download | archsetup-faac951ab0f36d16b992c5d597595dc6f9017b76.tar.gz archsetup-faac951ab0f36d16b992c5d597595dc6f9017b76.zip | |
fix(keyring,hyprpm): use template keyring, fix hyprpm warning
Keyring:
- Add empty-password login.keyring template to dotfiles
- Remove init-keyring script (secretstorage API requires prompting)
- Remove python-secretstorage dependency
- Remove PAM gnome-keyring config (not needed with template approach)
Hyprpm:
- Only run hyprpm reload if plugins are installed
- Prevents "Failed to load plugins" warning on fresh installs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common/.local')
| -rw-r--r-- | dotfiles/common/.local/share/keyrings/default | 1 | ||||
| -rw-r--r-- | dotfiles/common/.local/share/keyrings/login.keyring | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/common/.local/share/keyrings/default b/dotfiles/common/.local/share/keyrings/default new file mode 100644 index 0000000..a46884d --- /dev/null +++ b/dotfiles/common/.local/share/keyrings/default @@ -0,0 +1 @@ +login diff --git a/dotfiles/common/.local/share/keyrings/login.keyring b/dotfiles/common/.local/share/keyrings/login.keyring new file mode 100644 index 0000000..fdb8f31 --- /dev/null +++ b/dotfiles/common/.local/share/keyrings/login.keyring @@ -0,0 +1,6 @@ +[keyring] +display-name=Login +ctime=0 +mtime=0 +lock-on-idle=false +lock-after=false |
