Files
LibreELEC.tv/packages/x11/other/openbox/scripts/xinitrc.d/20_windowmanager

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