screen blanking tweaks

This commit is contained in:
thelamer 2023-03-27 14:44:49 -07:00
parent 2522c3af7b
commit 61f238cf64
3 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,9 @@ RUN \
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
/usr/share/applications/chromium.desktop && \
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
echo "**** xfce tweaks ****" && \
rm -f \
/etc/xdg/autostart/xscreensaver.desktop && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -30,6 +30,9 @@ RUN \
's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
/usr/share/applications/chromium.desktop && \
mv /usr/bin/exo-open /usr/bin/exo-open-real && \
echo "**** xfce tweaks ****" && \
rm -f \
/etc/xdg/autostart/xscreensaver.desktop && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \

View File

@ -2,7 +2,6 @@
setterm blank 0
setterm powerdown 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"/>' \