blob: b31b421cdb2270b0f721b12322b3eb295eda6a9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
### Desktop Autoloader Defaults
#
# This file allows you to tweak the behaviour of the Desktop Autoloader
# tool.
# The virtual display to be used for the autoloader session.
AUTOLOAD_DISPLAY=:20
# desktop environment to load (must be an available .desktop file under
# /usr/share/xsessions or (under Debian) x-session-manager.
DESKTOP_SESSION_MANAGER=x-session-manager
|