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/hyprland/.config | |
| 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/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 1c3408e..1d1a368 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -16,9 +16,8 @@ exec-once = systemctl --user start xdg-desktop-portal-hyprland xdg-desktop-porta # Core services exec-once = /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh -exec-once = init-keyring exec-once = dunst > ~/.local/var/log/dunst-$(date +%Y-%m-%d-%H%M%S).log 2>&1 -exec-once = hyprpm reload && sleep 2 && hyprctl dismissnotify -1 +exec-once = hyprpm list &>/dev/null && hyprpm reload; sleep 2 && hyprctl dismissnotify -1 # Desktop appearance (after portal is ready) exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg |
