2019-05-15 23:54:09 +09:00
|
|
|
#!/bin/sh
|
2022-03-01 20:39:01 +09:00
|
|
|
if raspi-config nonint is_kms ; then
|
2021-06-04 21:54:40 +09:00
|
|
|
if ps ax | grep -v grep | grep -q openbox ; then
|
2021-06-11 01:04:13 +09:00
|
|
|
exec xcompmgr -a
|
2021-06-04 21:54:40 +09:00
|
|
|
fi
|
2019-05-15 23:54:09 +09:00
|
|
|
fi
|