blob: c41a590893fd0f731364bee659147b59e7ca495f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
### Desktop Autoloader Defaults
#
# This file allows you to tweak the behaviour of the Desktop Autoloader
# tool.
# The autoloader is disabled by default. Enable it here (s/false/true/).
#DESKTOP_AUTOLOADER_ENABLED=false
# 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
|