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
|
#!/bin/sh
|
||||||
cd
|
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
|
||||||
eval "$(ssh-agent)"
|
exec dbus-launch --exit-with-session ssh-agent "$0" "$@"
|
||||||
dbus-launch --exit-with-session xfwm4 &
|
fi
|
||||||
artix-pipewire-launcher &
|
|
||||||
disown %2
|
|
||||||
st
|
|
||||||
wait
|
|
||||||
ssh-agent -k
|
|
||||||
|
|
||||||
|
cd
|
||||||
|
xfwm4 &
|
||||||
|
artix-pipewire-launcher &
|
||||||
|
alacritty
|
||||||
|
wait
|
||||||
|
|
Loading…
Reference in a new issue