We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b3fc00 + 5fbe135 commit 829ebb1Copy full SHA for 829ebb1
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