Archived
2
0

kde disable autolock, fixes #266.

This commit is contained in:
Miroslav Šedivý
2023-03-25 22:09:17 +01:00
parent 8dba9cff44
commit b62fa6ab8b
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@ RUN set -eux; apt-get update; \
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
#
# disable autolock
RUN kwriteconfig5 --file /home/neko/.config/kscreenlockerrc --group Daemon --key Autolock false; \
chown neko:neko /home/neko/.config/kscreenlockerrc
#
# copy configuation files
COPY supervisord.conf /etc/neko/supervisord/kde.conf