Files
vagex/xstartup

10 lines
323 B
Plaintext
Raw Permalink Normal View History

2016-10-18 16:11:30 +08:00
#!/bin/sh
2016-10-19 17:33:28 +08:00
# Uncomment the following two lines for normal desktop:
2016-10-18 16:11:30 +08:00
unset SESSION_MANAGER
2016-10-19 17:33:28 +08:00
#exec /etc/X11/xinit/xinitrc
2016-10-18 16:11:30 +08:00
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
2016-10-19 17:33:28 +08:00
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &
startxfce4 &