add Desktop settings documentation

This commit is contained in:
2023-09-19 12:11:02 +02:00
parent 0dd7ca39a5
commit 9d2d87732f
8 changed files with 122 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
# Screen Lock
To configure a user to be automatically logged into the Desktop at system startup, use the following Hiera keys:
- `desktop::lock_enabled`: enable/disable screen lock (default `true`)
- `desktop::idle_delay`: idle time in seconds until the screen switched off (default 5 minutes)
- `desktop::lock_delay`: time in seconds between screen switched off and actually being locked (default `0`)
Example:
```
desktop::lock_enabled: true
desktop::idle_delay: 900
desktop::lock_delay: 15
```
This is only implementd for Gnome desktop (default) and not yet for XFCE or any other desktop/window manager.