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

View File

@ -20,6 +20,7 @@
- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista).
- Added adaptive framerate which now streams in the framerate you selected from the dropdown.
- Improved chinese and korean characters support.
- Disabled autolock for kde, so that it does not lock the screen when you are not using it.
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)