diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 22:54:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 22:54:37 -0300 |
commit | 1d34d2f97c3924f30eb222472473a73abeb0a6da (patch) | |
tree | 77df234fbed030e4582d384e62e24460855013fa /share/provision/debian/files/desktop-basic/home/user | |
parent | 069f418b010bdab85bea80526b312089fbdc0e7a (diff) | |
download | kvmx-1d34d2f97c3924f30eb222472473a73abeb0a6da.tar.gz kvmx-1d34d2f97c3924f30eb222472473a73abeb0a6da.tar.bz2 |
Fix: provision: debian: xsession startup enhancements (2)
Diffstat (limited to 'share/provision/debian/files/desktop-basic/home/user')
-rw-r--r-- | share/provision/debian/files/desktop-basic/home/user/.custom/xsession | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/provision/debian/files/desktop-basic/home/user/.custom/xsession b/share/provision/debian/files/desktop-basic/home/user/.custom/xsession index 157c4e2..9754916 100644 --- a/share/provision/debian/files/desktop-basic/home/user/.custom/xsession +++ b/share/provision/debian/files/desktop-basic/home/user/.custom/xsession @@ -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 |