Turn off screen locking in KDE
This commit is contained in:
parent
9ca982641a
commit
7cea32ecba
3 changed files with 20 additions and 0 deletions
|
@ -234,6 +234,16 @@
|
|||
dest: /etc/dconf/profile/user
|
||||
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
|
||||
replace:
|
||||
path: "{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue