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

7 lines
136 B
Bash
Raw Normal View History

2019-05-15 23:54:09 +09:00
#!/bin/sh
if raspi-config nonint is_kms ; then
if ps ax | grep -v grep | grep -q openbox ; then
2022-04-19 18:45:24 +09:00
exec xcompmgr -aR
fi
2019-05-15 23:54:09 +09:00
fi