mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
################################################################################
|
|
# windowmanager
|
|
#
|
|
# If enabled, then start the window manageer.
|
|
# The evilwm window manager should be enabled on systems that plan to use
|
|
# games in order to enable the game emulators to get focus and exit.
|
|
################################################################################
|
|
|
|
args=""
|
|
|
|
if /usr/bin/test "${OE_X_WM_ENABLED}" = "yes" ; then
|
|
/usr/bin/openbox > /dev/null 2>&1 &
|
|
fi
|