From 99c7f2ff9ff10c51eedb5f46e4e636fbfb0b35f9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 18 May 2025 13:41:38 +0300 Subject: [PATCH] add kscreenlockerrc --- .config | 1 + .local | 1 + conf/kscreenlockerrc | 4 ++++ rc/kscreenlockerrc | 1 + 4 files changed, 7 insertions(+) create mode 120000 .config create mode 120000 .local create mode 100644 conf/kscreenlockerrc create mode 120000 rc/kscreenlockerrc diff --git a/.config b/.config new file mode 120000 index 00000000..053be0a2 --- /dev/null +++ b/.config @@ -0,0 +1 @@ +conf \ No newline at end of file diff --git a/.local b/.local new file mode 120000 index 00000000..c2c027fe --- /dev/null +++ b/.local @@ -0,0 +1 @@ +local \ No newline at end of file diff --git a/conf/kscreenlockerrc b/conf/kscreenlockerrc new file mode 100644 index 00000000..707e7434 --- /dev/null +++ b/conf/kscreenlockerrc @@ -0,0 +1,4 @@ +# ~/.config/kscreenlockerrc +# Lock screen on login (for combination with autologin) +[Daemon] +LockOnStart=true diff --git a/rc/kscreenlockerrc b/rc/kscreenlockerrc new file mode 120000 index 00000000..5a75b0bb --- /dev/null +++ b/rc/kscreenlockerrc @@ -0,0 +1 @@ +../conf/kscreenlockerrc \ No newline at end of file