summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/easyeffects/db
AgeCommit message (Collapse)Author
25 hoursfix(hyprland): remove easyeffects auto-launchCraig Jennings
Remove easyeffects from exec-once - user can configure autostart themselves via easyeffects settings. Also remove easyeffects config from dotfiles as it gets overwritten by the app when user changes settings. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30 hoursfix(hyprland): resolve autologin startup issuesCraig Jennings
- 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 <noreply@anthropic.com>