updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / nodm / nodm.conf
blob51ca06363b63610a9696fec8108816f78f913e9d
1 # nodm configuration file
2
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
7 NODM_USER='{user}'
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'