mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let emountd be started at the startup
This commit is contained in:
parent
79c811045a
commit
6cd077a9e4
@ -1,6 +1,6 @@
|
||||
# ede-startup configuration sample
|
||||
[Startup]
|
||||
start_order = edewm,ede-desktop,eworkpanel,xscreensaver
|
||||
start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver
|
||||
splash_theme = scape
|
||||
|
||||
[edewm]
|
||||
@ -18,6 +18,11 @@
|
||||
icon = eworkpanel.png
|
||||
description = panel
|
||||
|
||||
[emountd]
|
||||
exec = emountd
|
||||
icon = emountd.png
|
||||
description = mount notifier
|
||||
|
||||
[xscreensaver]
|
||||
exec = xscreensaver -nosplash
|
||||
icon = xscreensaver.png
|
||||
|
@ -10,5 +10,6 @@
|
||||
|
||||
SubDir TOP evoke splash-themes scape ;
|
||||
|
||||
DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ;
|
||||
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
|
||||
|
||||
InstallData $(datarootdir)/splash-themes/scape : $(DATA) ;
|
||||
|
BIN
evoke/splash-themes/scape/emountd.png
Normal file
BIN
evoke/splash-themes/scape/emountd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -10,5 +10,6 @@
|
||||
|
||||
SubDir TOP evoke splash-themes standard ;
|
||||
|
||||
DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ;
|
||||
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
|
||||
|
||||
InstallData $(datarootdir)/splash-themes/standard : $(DATA) ;
|
||||
|
BIN
evoke/splash-themes/standard/emountd.png
Normal file
BIN
evoke/splash-themes/standard/emountd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Loading…
Reference in New Issue
Block a user