mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-27 07:34:45 +02:00
screen blanking tweaks
This commit is contained in:
parent
2522c3af7b
commit
61f238cf64
@ -30,6 +30,9 @@ RUN \
|
|||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||||
/usr/share/applications/chromium.desktop && \
|
/usr/share/applications/chromium.desktop && \
|
||||||
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
||||||
|
echo "**** xfce tweaks ****" && \
|
||||||
|
rm -f \
|
||||||
|
/etc/xdg/autostart/xscreensaver.desktop && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apt-get autoclean && \
|
apt-get autoclean && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
@ -30,6 +30,9 @@ RUN \
|
|||||||
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
|
||||||
/usr/share/applications/chromium.desktop && \
|
/usr/share/applications/chromium.desktop && \
|
||||||
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
|
||||||
|
echo "**** xfce tweaks ****" && \
|
||||||
|
rm -f \
|
||||||
|
/etc/xdg/autostart/xscreensaver.desktop && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apt-get autoclean && \
|
apt-get autoclean && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
setterm blank 0
|
setterm blank 0
|
||||||
setterm powerdown 0
|
setterm powerdown 0
|
||||||
xset s 0 0
|
|
||||||
if [ -f "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then
|
if [ -f "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]; then
|
||||||
sed -i \
|
sed -i \
|
||||||
'/use_compositing/c <property name="use_compositing" type="bool" value="false"/>' \
|
'/use_compositing/c <property name="use_compositing" type="bool" value="false"/>' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user