summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-03 16:02:17 +0100
committerSimon Rettberg2024-01-03 16:02:17 +0100
commit9c3e8cb9877ba38d68c2255e0243f61de10c8fa6 (patch)
treea2f3d0c619fb0e6d21c7d248731438c5b4d7a638
parentDon't use SLX_* variable name for local stuff (diff)
downloadmltk-9c3e8cb9877ba38d68c2255e0243f61de10c8fa6.tar.gz
mltk-9c3e8cb9877ba38d68c2255e0243f61de10c8fa6.tar.xz
mltk-9c3e8cb9877ba38d68c2255e0243f61de10c8fa6.zip
Start directory for documenting SLX_* vars
-rw-r--r--slx-vars/SLX_ALLOW_USER_BGTASK3
-rw-r--r--slx-vars/SLX_AUTOLOGIN1
2 files changed, 4 insertions, 0 deletions
diff --git a/slx-vars/SLX_ALLOW_USER_BGTASK b/slx-vars/SLX_ALLOW_USER_BGTASK
new file mode 100644
index 00000000..a5f588a6
--- /dev/null
+++ b/slx-vars/SLX_ALLOW_USER_BGTASK
@@ -0,0 +1,3 @@
+Read by idle-daemon in its startup script.
+
+If set to 'yes', then logging out doesn't kill a user's background processes. Note that this only affects idle-daemon behavior for now. systemd-logind has a similar feature via logind.conf, which this setting does not affect as of now.
diff --git a/slx-vars/SLX_AUTOLOGIN b/slx-vars/SLX_AUTOLOGIN
new file mode 100644
index 00000000..1b213321
--- /dev/null
+++ b/slx-vars/SLX_AUTOLOGIN
@@ -0,0 +1 @@
+If empty or "OFF", the login screen will display as usual. Otherwise, the user "demo" will be logged in automatically, and further behavior is dictated by other variables, such as SLX_AUTOSTART_UUID or SLX_BROWSER_URL.