]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: provision: debian: xsession startup enhancements (2)
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 17 May 2024 01:54:37 +0000 (22:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 17 May 2024 01:54:37 +0000 (22:54 -0300)
share/provision/debian/files/desktop-basic/home/user/.custom/xsession

index 157c4e271c644e9e15353099f0eb1d8e9976603c..975491686d0fbce3152ea4864802bd7daada6d63 100644 (file)
@@ -30,11 +30,12 @@ DISPLAY_DEVICE="Virtual-0" # or maybe qlx-0
 # 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