1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/vnc/xstartup
2023-10-22 00:11:38 +02:00

10 lines
164 B
Text
Executable file

#!/bin/sh
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
exec dbus-launch --exit-with-session ssh-agent "$0" "$@"
fi
cd
xfwm4 &
artix-pipewire-launcher &
st
wait