We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883298b commit 7d493c2Copy full SHA for 7d493c2
1 file changed
oscfg/manjaro.sh
@@ -92,9 +92,13 @@ EOF
92
cat >> "$WORK/etc/skel/.config/kdeglobals" <<EOF
93
[KDE Action Restrictions]
94
action/lock_screen=false
95
-logout=false
96
action/start_new_session=false
97
action/switch_user=false
+EOF
98
+ cat >> "$WORK/etc/skel/.config/ksmserverrc" <<EOF
99
+[General]
100
+confirmLogout=false
101
+shutdownType=2
102
EOF
103
cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
104
[Daemon]
0 commit comments