#!/bin/sh

# run empower if logind is running
[ -d /run/systemd/seats ] && /usr/bin/empower &

/usr/bin/xsetroot -cursor_name watch
exec /usr/bin/enlightenment_start "$@"
/usr/bin/xsetroot -cursor_name X_cursor
