aboutsummaryrefslogtreecommitdiff
path: root/share/provision/files/desktop-basic/home/user/.custom/xsession
diff options
context:
space:
mode:
Diffstat (limited to 'share/provision/files/desktop-basic/home/user/.custom/xsession')
-rw-r--r--share/provision/files/desktop-basic/home/user/.custom/xsession2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/provision/files/desktop-basic/home/user/.custom/xsession b/share/provision/files/desktop-basic/home/user/.custom/xsession
index 9450219..57ee5a9 100644
--- a/share/provision/files/desktop-basic/home/user/.custom/xsession
+++ b/share/provision/files/desktop-basic/home/user/.custom/xsession
@@ -37,6 +37,8 @@ sleep 8
# Startup programs
if [ "$HOSTNAME" = "web" ]; then
PROGRAMS="$PROGRAMS tor-browser"
+elif [ "$HOSTNAME" = "vnc" ]; then
+ PROGRAMS="$PROGRAMS"
else
PROGRAMS="$PROGRAMS terminal"
fi