Compare commits
2 commits
7fb3eff9dc
...
2463d7e589
Author | SHA1 | Date | |
---|---|---|---|
|
2463d7e589 | ||
|
41ec79337b |
1 changed files with 8 additions and 8 deletions
16
vnc/xstartup
16
vnc/xstartup
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
cd
|
||||
eval "$(ssh-agent)"
|
||||
dbus-launch --exit-with-session xfwm4 &
|
||||
artix-pipewire-launcher &
|
||||
disown %2
|
||||
st
|
||||
wait
|
||||
ssh-agent -k
|
||||
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
||||
exec dbus-launch --exit-with-session ssh-agent "$0" "$@"
|
||||
fi
|
||||
|
||||
cd
|
||||
xfwm4 &
|
||||
artix-pipewire-launcher &
|
||||
alacritty
|
||||
wait
|
||||
|
|
Loading…
Reference in a new issue