mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-23 08:01:08 -04:00
Live session: disable screen locking
This commit is contained in:
@@ -40,6 +40,14 @@ EOF
|
||||
mkdir /home/live/.config/
|
||||
mkdir /home/live/Desktop/
|
||||
|
||||
# Disable automatic screen locking
|
||||
cat << EOF > /home/live/.config/kscreenlockerrc
|
||||
[Daemon]
|
||||
Autolock=false
|
||||
LockOnResume=false
|
||||
Timeout=0
|
||||
EOF
|
||||
|
||||
# No search indexing. Useless and eating away at already meh performance
|
||||
cat << EOF > /home/live/.config/baloofilerc
|
||||
[Basic Settings]
|
||||
|
||||
Reference in New Issue
Block a user