dotfiles/vnc/xstartup

17 lines
251 B
Text
Raw Normal View History

#!/bin/sh -xe
cd
if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
exec dbus-launch --exit-with-session ssh-agent "$0" "$@"
fi
if [ -z "$SSH_AGENT_PID" ]; then
exec ssh-agent "$0" "$@"
fi
xfwm4 &
artix-pipewire-launcher restart &
alacritty
2023-07-15 19:30:03 +02:00
wait