Ajout : ssh-agent dans le xstartup de VNC. Correction : ssh-agent avant le dbus-launch dans le launcher d'Hyprland

This commit is contained in:
Hippolyte Chauvin 2023-06-28 14:15:17 +02:00
parent 2a21f13e86
commit c00ddafcaf
2 changed files with 5 additions and 4 deletions

View file

@ -4,8 +4,8 @@
cd
# Execution
exec \
exec ssh-agent \
dbus-launch --exit-with-session \
ssh-agent \
/usr/bin/Hyprland "$@"
/usr/bin/Hyprland \
"$@"

View file

@ -1,6 +1,7 @@
#!/bin/sh
cd
artix-pipewire-loader &
exec dbus-launch --exit-with-session \
exec ssh-agent \
dbus-launch --exit-with-session \
xfwm4