Reinstate -R parameter for xcompmgr

This commit is contained in:
Simon Long
2022-04-19 10:45:24 +01:00
parent 6f2fd4b804
commit 2be7313596
2 changed files with 7 additions and 1 deletions

View File

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