aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/e-wm/enlightenment_start.oe
blob: e5a65025cb24e81656d440ec7724f7a0a9259e06 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

E_PROFILE=""
if [ -r /etc/enlightenment/default_profile ]; then
  . /etc/enlightenment/default_profile
fi

renice -10 -p $$
exec enlightenment_start $E_PROFILE