mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
30 lines
505 B
Plaintext
30 lines
505 B
Plaintext
|
# evoke configuration sample
|
||
|
|
||
|
# main section
|
||
|
# must be present
|
||
|
[evoke]
|
||
|
Startup = edewm,eiconman,eworkpanel,xscreensaver
|
||
|
|
||
|
[edewm]
|
||
|
Icon = wm.png
|
||
|
Exec = edewm
|
||
|
Core = True
|
||
|
Message = Starting window manager
|
||
|
|
||
|
[eiconman]
|
||
|
Icon = desktop.png
|
||
|
Exec = eiconman
|
||
|
Core = True
|
||
|
Message = Starting desktop
|
||
|
|
||
|
[eworkpanel]
|
||
|
Icon = workpanel.png
|
||
|
Exec = eworkpanel
|
||
|
Core = True
|
||
|
Message = Starting workpanel
|
||
|
|
||
|
[xscreensaver]
|
||
|
Icon = xscreensaver.png
|
||
|
Exec = xscreensaver
|
||
|
Message = Starting screensaver
|