From dd2f7a242408cc86c7646c9595c3e9467c6bdd67 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 Jan 2026 12:17:28 -0600 Subject: 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 --- dotfiles/common/.local/share/keyrings/default | 1 + dotfiles/common/.local/share/keyrings/login.keyring | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 dotfiles/common/.local/share/keyrings/default create mode 100644 dotfiles/common/.local/share/keyrings/login.keyring (limited to 'dotfiles/common') 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 -- cgit v1.2.3