mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
00f5f2d59a
session should be logged out. Previous version (althought commented) was closing all windows (buttons and rest are counted too), not their main window. Thanks to some old code from babaya project I found, XmuClientWindow is what I needed, so emulation is provided to avoid linking with libXmu. Also added some more signals to detect quitting. Pending issue: I'm getting strange sound driver locks when X are started via evoke. This is un-reporoduceable when evoke is started from gui console. This still needs to be investigate.
35 lines
737 B
Plaintext
35 lines
737 B
Plaintext
# evoke configuration sample
|
|
# main section; must be present
|
|
[evoke]
|
|
Startup = edewm,eiconman,eworkpanel,xscreensaver
|
|
DataDirectory = data
|
|
# DataDirectory = /home/sanel/blentavo/EDE/ede2/evoke/data
|
|
Splash = splash-alpha1.png
|
|
Sound = startup.ogg
|
|
# Sound = Startup1_2.ogg
|
|
|
|
[edewm]
|
|
Icon = edewm.png
|
|
Exec = gvim
|
|
# Exec = edewm
|
|
Description = window manager
|
|
|
|
[eiconman]
|
|
Icon = eiconman.png
|
|
Exec = mozilla
|
|
# Exec = /home/sanel/blentavo/EDE/ede2/eiconman/eiconman
|
|
# Exec = eiconman
|
|
Description = desktop
|
|
|
|
[eworkpanel]
|
|
Icon = eworkpanel.png
|
|
Exec = mrxvt -bg black
|
|
# Exec = eworkpanel
|
|
Description = panel
|
|
|
|
[xscreensaver]
|
|
Icon = xscreensaver.png
|
|
Exec = rxvt
|
|
# Exec = xscreensaver -nosplash
|
|
Description = screensaver
|