Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
displayrc — startup graphical applicationsDESCRIPTION
display(1) runs the displayrc script to launch the user's startup applications and prepare the desktop environment according to the user's preferences.- ~/.displayrc
- /etc/displayrc
- /etc/default/displayrc
ENVIRONMENT
displayrc is executed with the following environment:- DISPLAY_SOCKET
- The path of the unix(4) socket where display(1) is listening for connections from applications.
FILES
- ~/.displayrc
- The user's displayrc script.
- /etc/displayrc
- The system administor provided displayrc script.
- /etc/default/displayrc
- The operating system provided displayrc script.
EXAMPLES
Launch a terminal with a text editor, another terminal with the user's default shell, and launch the asteroids game.terminal editor & terminal & asteroids &