brain-config/usr/lib/raspi-config/cmstart.sh
2022-04-19 10:45:24 +01:00

7 lines
136 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 -aR
fi
fi