====== Configuring a Program to Start Automatically After Booting ====== After the jPC boots, it will start the display manager, [[https://manpages.debian.org/trixie/greetd/greetd.1.en.html|greetd]], then start the [[https://manpages.debian.org/trixie/labwc/labwc.1.en.html|labwc]] Wayland compositor. The Wayland compositor then runs the first, by lexical order, an executable program found in the ''$HOME/autorun'' directory. By default, it runs a Bash script configured to display the jPC administration program. To run your own program, simply modify the Bash script in ''$HOME/autorun'', or replace the script with your own program. Be sure to use ''chmod +x {executable_file}'' to make the file executable.