Xsession.options(5) | File Formats Manual | Xsession.options(5) |
Xsession.options, Xsession.options.d - configuration options for Xsession(5)
/etc/X11/Xsession.options and /etc/X11/Xsession.options.d/*.conf contain options that determine some of the behavior of the Xsession(5) Bourne shell (sh(1)) script. See the Xsession(5) manpage for further information.
These configuration files may contain comments, which begin with a hash mark (‘#’) and end at the next newline, just like comments in shell scripts. The rest of the file consists of options which are expressed as words separated by hyphens, with only one option per line. Options are enabled by simply placing them in the file; they are disabled by prefixing the option name with ‘no-’.
Options are read from /etc/X11/Xsession.options, followed by /etc/X11/Xsession.options.d/*.conf in sorted order; later occurrences of an option (with or without the ‘no-’ prefix) take precedence over earlier occurrences.
Available options are:
All of the above options are enabled by default. Additional options may be supported by the local administrator. Xsession(5) describes how this is accomplished.
Stephen Early, Mark Eichin, and Branden Robinson developed Debian's X session handling scripts. Branden Robinson wrote this manual page.
2004-10-31 | Debian Project |