1 # nodm configuration file
3 # There are 5 configuration environment variables,
4 # see /usr/share/nodm/README for more information.
6 # Controls the user that is used to automatically log in
9 # Options to pass to the X server (for example: "vt7 -nolisten tcp")
10 NODM_X_OPTIONS='vt7 -nolisten tcp'
12 # Minimum time (in seconds) that a session should last in order for nodm to
13 # decide that it has not quit too soon. If an X session will run for less than
14 # this time, nodm will wait an increasing bit of time before restarting it.
15 NODM_MIN_SESSION_TIME=60
17 # Restart session after it ending?
18 NODM_RESTART_SESSION=0
20 # Path to the xinit program
21 NODM_XINIT='/usr/bin/startx'
23 # Path to the X session script (useful if using xinit instead of startx).
24 # NOTE: This file needs to be executable!
25 NODM_XSESSION='/home/{user}/.xinitrc'