mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
eed5749909
Also center ede-launch window.
35 lines
705 B
Plaintext
35 lines
705 B
Plaintext
# default ede-startup configuration
|
|
[Startup]
|
|
start_order = wm,ede-desktop,ede-panel,emountd,xscreensaver,autostart
|
|
splash_theme = scape
|
|
|
|
[wm]
|
|
exec = pekwm
|
|
icon = edewm.png
|
|
description = Starting window manager...
|
|
|
|
[ede-desktop]
|
|
exec = ede-desktop
|
|
icon = ede-desktop.png
|
|
description = Starting desktop...
|
|
|
|
[ede-panel]
|
|
exec = ede-panel
|
|
icon = ede-panel.png
|
|
description = Starting panel...
|
|
|
|
[emountd]
|
|
exec = emountd
|
|
icon = emountd.png
|
|
description = Starting mount notifier...
|
|
|
|
[xscreensaver]
|
|
exec = xscreensaver -nosplash
|
|
icon = xscreensaver.png
|
|
description = Starting screensaver...
|
|
|
|
[autostart]
|
|
exec = ede-autostart --safe
|
|
icon = autostart.png
|
|
description = Loading local programs...
|