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:
parent
2a21f13e86
commit
c00ddafcaf
2 changed files with 5 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
cd
|
||||
|
||||
# Execution
|
||||
exec \
|
||||
exec ssh-agent \
|
||||
dbus-launch --exit-with-session \
|
||||
ssh-agent \
|
||||
/usr/bin/Hyprland "$@"
|
||||
/usr/bin/Hyprland \
|
||||
"$@"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue