diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-29 10:23:52 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-29 10:23:52 -0600 |
| commit | 7bbf44bf4d82f940f5a3aea191c3a6a9c5dc5661 (patch) | |
| tree | 09a17efa44403439f638060478a1a4b614396e30 /dotfiles/hyprland/.config | |
| parent | 56da76f88fce6f23e4e9822ea52de5bab6046db1 (diff) | |
| download | archsetup-7bbf44bf4d82f940f5a3aea191c3a6a9c5dc5661.tar.gz archsetup-7bbf44bf4d82f940f5a3aea191c3a6a9c5dc5661.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc | 5 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc b/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc new file mode 100644 index 0000000..71fa605 --- /dev/null +++ b/dotfiles/hyprland/.config/easyeffects/db/easyeffectsrc @@ -0,0 +1,5 @@ +[StreamInputs] +inputDevice=easyeffects_sink + +[Window] +noWindowAfterStarting=true diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index de2e3fa..1c3408e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -16,6 +16,7 @@ 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 |
