1[Session]
2# Default program launched at startup
3# Windows manager : Simple way to launch window manager (backward compatible). Let it empty if you want to use the advanced mode
4window_manager=openbox-lxde
5
6# Window manager : Advanced mode to launch the window manager (with session, usefull for launching openbox with specific arguments (like configuration file) and extras commands)
7windows_manager/command=
8windows_manager/session=
9windows_manager/extras=
10
11# Panel and its session (if necessary)
12panel/command=lxpanel
13panel/session=LXDE
14
15# Dock (or 2nd panel) and its session (if necessary)
16dock/command=
17dock/session=
18
19# Screensaver
20screensaver/command=xscreensaver
21
22# Power management
23power_manager/command=
24
25# File manager (session if necessary, extras commands if necessary)
26file_manager/command=pcmanfm
27file_manager/session=LXDE
28file_manager/extras=
29
30# Desktop manager (handler to draw and manager the desktop)
31# options possible : filemanager (to use the default file manager), feh (to use feh just to draw the background)
32desktop_manager/command=
33desktop_manager/wallpaper=
34
35# Polkit agent (use lxpolkit to use build-in support if enable at build time)
36polkit/command=lxpolkit
37
38# Network GUI manager (auto to try to guess the best choice)
39network_gui/command=
40
41# Instant message or communication program n°1 (pidgin, IRC, skype ...)
42im1/command=
43im1/autostart=
44
45# Instant message or communication program n°2 (pidgin, IRC, skype ...)
46im2/command=
47im2/autostart=
48
49# Widget program (conky, screenlet ...)
50widget1/command=
51widget1/autostart=
52
53# Audio preferences (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.AudioManagerLaunch)
54audio_manager/command=
55
56# Logout dialog (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.QuitManagerLaunch)
57quit_manager/command=lxsession-logout
58quit_manager/image=/usr/local/share/lxde/images/logout-banner.png
59quit_manager/layout=top
60
61# Workspace manager (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.WorkspaceManagerLaunch)
62workspace_manager/command=
63
64# Launcher to launch applications (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.LauncherManagerLaunch)
65launcher_manager/command=
66
67# Terminal by default (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.TerminalManagerLaunch)
68terminal_manager/command=
69
70# Screenshot utility by default
71# main program : dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/ScreenshotManager org.lxde.SessionManager.ScreenshotManagerLaunch
72# only windows : dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/ScreenshotManager org.lxde.SessionManager.ScreenshotWindowManagerLaunch
73screenshot_manager/command=
74
75# Upgrade by default (dbus-send --session --print-reply --dest="org.lxde.SessionManager" /org/lxde/SessionManager org.lxde.SessionManager.UpgradeManagerLaunch)
76upgrade_manager/command=
77
78# Updates checker, support update-notifier-clone.
79updates_manager/command=
80# Timemout between the launch of the crash manager (to avoid running to often when the directory change)
81updates_manager/timeout=60
82
83# Crash report looging facility, launch crash report when a crash file is deteted (support apport-gtk only)
84crash_manager/command=
85# Add an option to delete the crash report, usefull for developers which crash apps too often
86crash_manager/dev_mode=
87# Timemout between the launch of the crash manager (to avoid running to often when the directory change)
88crash_manager/timeout=60
89
90# Clipboard support (use lxclipboard to use build-in support if enable at build time)
91clipboard/command=lxclipboard
92
93# Use a standalone composite manager (with possibility to autostart it)
94composite_manager/command=
95composite_manager/autostart=true
96
97# Utility to lock screen
98lock_manager/command=lxlock
99
100# Utility to display messages (only lxsession-message-* supported)
101message_manager/command=lxsession-message-gtk
102
103# Utility to load and apply xsettings (options available : "gnome", "xfce" and "build-in" for using build-in support of lxsession)
104xsettings_manager/command=build-in
105
106# Utility for displaying notification
107notification/command=
108notification/autostart=true
109
110# Utility for running a keybindings daemon
111keybindings/command=
112keybindings/autostart=true
113
114# Utility to set proxy environment variable. Options available : build-in
115# http: Set the variable to export
116proxy_manager/command=build-in
117proxy_manager/http=
118
119# Aaccessibility to enable (GNOME, KDE or other). Only GNOME supported now.
120a11y/command = gnome
121
122# Default Keyring program (default for ssh-agent, gnome-all for gnome-keyring-daemon full support)
123keyring/command=ssh-agent
124
125# Command to launch for configuring Xrandr ex: xrandr --mode ...
126xrandr/command=
127
128# Im method by default (fcitx, ibus)
129im_manager/command=
130im_manager/autostart=
131
132# Default web browser (desktop is the corresponding desktop file)
133webbrowser/command=
134webbrowser/desktop=
135
136# Default email client (desktop is the corresponding desktop file)
137email/command=
138email/desktop=
139
140# Other default application
141pdf_reader/command=
142video_player/command=
143audio_player/command=
144images_display/command=
145text_editor/command=
146archive/command=
147charmap/command=
148calculator/command=
149spreadsheet/command=
150bittorent/command=
151document/command=
152webcam/command=
153burn/command=
154notes/command=
155disk_utility/command=
156tasks/command=
157
158# Disable autostart of applications in system and home autostart directory
159# all : disable all applications (home, system, specify in this config file)
160# config-only : disable applications from home and system (start only the ones in this config file)
161# no : autostart all applications
162disable_autostart=no
163
164[State]
165# unknown if untested, yes if on laptop, no if not
166laptop_mode=unknown
167# Try to guess the default
168guess_default=true
169
170[Dbus]
171# Default Dbus interfaces, should be always true
172lxde=true
173# Implement gnome-session Dbus API
174gnome=false
175
176[Keymap]
177# Read configuration from : user (this file) or system
178mode=
179# Keyboard configuration for user mode, all 4 should be present
180model=
181layout=
182variant=
183options=
184
185[Environment]
186type=
187menu_prefix=lxde-
188# Enable appmenu integration
189ubuntu_menuproxy=false
190# Use this toolkit integration when only can be use, like LibreOffice (example : kde4, gtk2, gtk3)
191toolkit_integration=gtk2
192# Disable gtk3 overlay scrollbar (GTK_OVERLAY_SCROLLING=0) "true" or "false".
193gtk/overlay_scrollbar_disable=false
194# Force using theme for QT apps (example gtk by QT_STYLE_OVERRIDE=gtk)
195qt/force_theme=
196# Set Qt platform settings
197qt/platform=lxqt
198
199[Environment_variable]
200# Export TEST variable with value test
201TEST=test
202
203[GTK]
204#iNet/DoubleClickTime=400
205#iNet/DoubleClickDistance
206#iNet/DndDragThreshold
207#iNet/CursorBlink
208#iNet/CursorBlinkTime
209sNet/ThemeName=Adwaita
210sNet/IconThemeName=nuoveXT2
211sGtk/FontName=Sans 10
212#iGtk/IconSizes
213#sGtk/KeyThemeName
214iGtk/ToolbarStyle=3
215#iGtk/ToolbarIconSize
216#iGtk/IMPreeditStyle
217#iGtk/IMStatusStyle
218iGtk/ButtonImages=1
219iGtk/MenuImages=1
220#sGtk/CursorThemeName=
221iGtk/CursorThemeSize=18
222iXft/Antialias=1
223#iXft/Hinting
224#iXft/HintStyle
225#iXft/RGBA
226#iXft/DPI
227#iGtk/TouchscreenMode
228
229[Mouse]
230AccFactor=20
231AccThreshold=10
232LeftHanded=0
233
234[Keyboard]
235Delay=500
236Interval=30
237