mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
Reinstate -R parameter for xcompmgr
This commit is contained in:
parent
6f2fd4b804
commit
2be7313596
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
raspi-config (20220419) bullseye; urgency=medium
|
||||
|
||||
* Reinstate -R parameter for xcompmgr
|
||||
|
||||
-- Simon Long <simon@raspberrypi.com> Tue, 19 Apr 2022 10:36:34 +0100
|
||||
|
||||
raspi-config (20220331) bullseye; urgency=medium
|
||||
|
||||
[ Serge Schneider ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user