generic-poky/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session

14 lines
443 B
Bash
Executable File

#!/bin/sh
matchbox-desktop --icon-size 48 \
--icon-padding 64 \
--font sans-8:bold \
--titlefont sans-8:bold &
matchbox-panel --orientation east \
--padding 4 \
--no-menu \
--no-session \
--default-apps mb-applet-home,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager -theme Clearlooks $@