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 | fe661595d5f5d4cfac0486c6a8e859b8011125d9 (patch) | |
| tree | 0f68cfc9af435c31a7bf1f857099e077f3d0f441 /dotfiles/common | |
| parent | 770c98b645527761bf37362b9d3a47301df515b9 (diff) | |
| download | archsetup-fe661595d5f5d4cfac0486c6a8e859b8011125d9.tar.gz archsetup-fe661595d5f5d4cfac0486c6a8e859b8011125d9.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')
| -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 |
