mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-27 07:34:45 +02:00
explicity disable compositing on init
This commit is contained in:
parent
d980afd028
commit
ca8c35c891
@ -3,4 +3,9 @@
|
|||||||
setterm blank 0
|
setterm blank 0
|
||||||
setterm powerdown 0
|
setterm powerdown 0
|
||||||
xset s 0 0
|
xset s 0 0
|
||||||
|
if [ -f "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then
|
||||||
|
sed -i \
|
||||||
|
'/use_compositing/c <property name="use_compositing" type="bool" value="false"/>' \
|
||||||
|
"${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
|
||||||
|
fi
|
||||||
/usr/bin/xfce4-session > /dev/null 2>&1
|
/usr/bin/xfce4-session > /dev/null 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user