diff options
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 536f00aa2..cf56d25b8 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session @@ -1,9 +1,15 @@ #!/bin/sh + + +## All this should be done by themeing/xsettings.. ## matchbox-desktop --icon-size 48 \ --icon-padding 64 \ --font sans-8:bold \ + --bg /usr/share/themes/Clearlooks/background/default.png --titlefont sans-8:bold & +mb-applet-startup-monitor & + matchbox-panel --orientation east \ --padding 4 \ --no-menu \ |