Reduce system load and network traffic on login.
This commit is contained in:
parent
7756c30bb5
commit
11042c2e52
1 changed files with 7 additions and 0 deletions
|
@ -129,6 +129,13 @@
|
|||
idleTime=36000000
|
||||
suspendType=8
|
||||
|
||||
- name: Start with empty session by default
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/xdg/ksmserverrc
|
||||
content: |
|
||||
[General]
|
||||
loginMode=emptySession
|
||||
|
||||
#- name: Disable automatic lock screen and user specific modifications
|
||||
# ansible.builtin.copy:
|
||||
# path: /etc/xdg/kscreenlockerrc
|
||||
|
|
Loading…
Add table
Reference in a new issue