brain-config/usr/lib/raspi-config/cmstart.sh

7 lines
135 B
Bash
Executable File

#!/bin/sh
if raspi-config nonint is_kms ; then
if ps ax | grep -v grep | grep -q openbox ; then
exec xcompmgr -a
fi
fi