kde disable autolock, fixes #266.
This commit is contained in:
parent
8dba9cff44
commit
b62fa6ab8b
@ -15,6 +15,11 @@ RUN set -eux; apt-get update; \
|
|||||||
apt-get clean -y; \
|
apt-get clean -y; \
|
||||||
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
|
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 configuation files
|
||||||
COPY supervisord.conf /etc/neko/supervisord/kde.conf
|
COPY supervisord.conf /etc/neko/supervisord/kde.conf
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
- Updated to go 1.19 and Node 18, removed go-events as dependency (by @mbattista).
|
- 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.
|
- Added adaptive framerate which now streams in the framerate you selected from the dropdown.
|
||||||
- Improved chinese and korean characters support.
|
- 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)
|
## [n.eko v2.7](https://github.com/m1k1o/neko/releases/tag/v2.7)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user