mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Move keyring startup to i3 with secrets-only component
This commit is contained in:
@@ -7,6 +7,7 @@ font pango:Liberation Mono 10
|
|||||||
|
|
||||||
# Start XDG autostart entries (.desktop), useful on Void for pipewire/wireplumber/etc.
|
# Start XDG autostart entries (.desktop), useful on Void for pipewire/wireplumber/etc.
|
||||||
exec --no-startup-id dex --autostart --environment i3
|
exec --no-startup-id dex --autostart --environment i3
|
||||||
|
exec --no-startup-id gnome-keyring-daemon --start --components=secrets
|
||||||
exec_always --no-startup-id feh --bg-fill ~/.config/i3/wallpapers/gargantua2.png
|
exec_always --no-startup-id feh --bg-fill ~/.config/i3/wallpapers/gargantua2.png
|
||||||
exec_always --no-startup-id ~/.config/i3/scripts/setup-gtk-theme.sh
|
exec_always --no-startup-id ~/.config/i3/scripts/setup-gtk-theme.sh
|
||||||
exec --no-startup-id /usr/libexec/xdg-desktop-portal
|
exec --no-startup-id /usr/libexec/xdg-desktop-portal
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
# dbus session
|
# dbus session
|
||||||
export XDG_CURRENT_DESKTOP=i3
|
export XDG_CURRENT_DESKTOP=i3
|
||||||
exec dbus-run-session sh -c "
|
exec dbus-run-session sh -c "
|
||||||
eval \$(gnome-keyring-daemon --start --components=secrets,ssh,gpg)
|
|
||||||
eval \$(ssh-agent -s)
|
eval \$(ssh-agent -s)
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
exec i3
|
exec i3
|
||||||
|
|||||||
Reference in New Issue
Block a user