1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/vnc/xstartup

11 lines
171 B
Text
Raw Normal View History

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