dotfiles/vnc/xstartup
2023-10-24 11:24:43 +02:00

16 lines
251 B
Bash
Executable file

#!/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
wait