Sortix volatile manual
This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
session — user login essionDESCRIPTION
login(8) creates the user's session by running the user's session script, which normally executes a command line or graphical user environment. The session concludes once the session script exits and login(8) reclaims control.- ~/.session
- /etc/session
EXAMPLES
The user's ~/.session file can be created in any text editor and then made executable:editor ~/.session chmod +x ~/.session
Graphical User Interface
display(1) can be selected as the user's graphical user interface with this executable ~/.session script:#!/bin/sh exec display
Trianglix
trianglix(1) can be selected as the user's triangle environment with this executable ~/.session script:#!/bin/sh exec trianglix