1
0
Fork 0
forked from rc/classroom

Turn off screen locking in KDE

This commit is contained in:
Gašper Fele-Žorž 2025-10-19 22:29:13 +02:00
parent 9ca982641a
commit 7cea32ecba
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[Daemon]
Autolock=false
LockOnResume=false
Timeout=0

View file

@ -0,0 +1,6 @@
[AC][RunScript]
IdleTimeoutCommand=qdbus org.kde.Shutdown /Shutdown logout
RunScriptIdleTimeoutSec=7200
[AC][SuspendAndShutdown]
PowerButtonAction=8

View file

@ -234,6 +234,16 @@
dest: /etc/dconf/profile/user dest: /etc/dconf/profile/user
src: user.dconf src: user.dconf
- name: Turn off KDE screen locking
copy:
dest: /etc/xdg
src: kscreenlockerrc
- name: Log off KDE after 120m
copy:
dest: /etc/xdg
src: powerdevilrc
- name: Shorten PS1 prompt - name: Shorten PS1 prompt
replace: replace:
path: "{{ item }}" path: "{{ item }}"