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