From 82e2fcfd0915047033599290109b4fb055fa3cf6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 29 Jan 2026 10:23:52 -0600 Subject: fix(hyprland): resolve autologin startup issues - Use start-hyprland wrapper instead of Hyprland directly (fixes "started without start-hyprland" warning) - Add init-keyring script to create empty-password keyring (fixes keyring password prompt with autologin) - Add easyeffects config with noWindowAfterStarting=true (starts minimized instead of fullscreen) - Install python-secretstorage for init-keyring script Co-Authored-By: Claude Opus 4.5 --- archsetup | 1 + 1 file changed, 1 insertion(+) (limited to 'archsetup') diff --git a/archsetup b/archsetup index 09ca9f2..08b4b8d 100755 --- a/archsetup +++ b/archsetup @@ -1517,6 +1517,7 @@ desktop_environment() { pacman_install gnupg pacman_install polkit pacman_install gnome-keyring + pacman_install python-secretstorage # for init-keyring script (empty password keyring) pacman_install seahorse pacman_install pass -- cgit v1.2.3