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