screen blanking tweaks

This commit is contained in:
thelamer 2023-03-27 14:34:35 -07:00
parent 81a593c2f0
commit 24f8a75d0a
3 changed files with 8 additions and 1 deletions

View File

@ -19,6 +19,10 @@ RUN \
sed -i \
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
/usr/share/applications/chromium.desktop && \
echo "**** mate tweaks ****" && \
rm -f \
/etc/xdg/autostart/mate-power-manager.desktop \
/etc/xdg/autostart/mate-screensaver.desktop && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -19,6 +19,10 @@ RUN \
sed -i \
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
/usr/share/applications/chromium.desktop && \
echo "**** mate tweaks ****" && \
rm -f \
/etc/xdg/autostart/mate-power-manager.desktop \
/etc/xdg/autostart/mate-screensaver.desktop && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -2,6 +2,5 @@
setterm blank 0
setterm powerdown 0
xset s 0 0
gsettings set org.mate.Marco.general compositing-manager false
/usr/bin/mate-session > /dev/null 2>&1