# Workaround for programs that depend on a system fully operational
# Example: chromium browser running with firejail when your ${DOWNLOADS}
# path is a shared folder to be mounted by kvmx. If you don't sleep here,
-# you mind find a whitelisting error at the firejail profile in your
+# you might find a whitelisting error at the firejail profile in your
# ~/.xsession-errors.
sleep 8
-# Startup programs
+# Startup program selection based on the hostname
+# This is just a suggestion, and you can override later on.
if [ "$HOSTNAME" = "web" ]; then
PROGRAMS="terminal-session-chooser"
elif [ "$HOSTNAME" = "tor" ]; then