Skip to content

Commit 6321265

Browse files
committed
[update] : disable auto lock
1 parent acf1c03 commit 6321265

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Daemon]
2+
Autolock=false
3+
LockOnResume=false

channels/plasma/airootfs.any/root/customize_airootfs_plasma.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ sqlite3 "/home/${username}/.local/share/kactivitymanagerd/resources/database" \
1515
"INSERT INTO 'ResourceLink' VALUES \
1616
(':global', 'org.kde.plasma.favorites.applications', 'applications:calamares.desktop');"
1717

18-
# Delete config file to disable free space notification only for live
18+
# remove config file about live only
19+
20+
# disable free space notification
1921
remove "/etc/skel/.config/plasmanotifyrc"
22+
# disable auto lock screen
23+
remove "/etc/skel/.config/kscreenlockerrc"
24+
2025

2126
if [[ "${arch}" = "x86_64" ]]; then
2227
# Snap

0 commit comments

Comments
 (0)