1
0
mirror of https://github.com/gjkcz/ansible-void.git synced 2025-06-19 11:00:33 +02:00

Initial commit

This commit is contained in:
2023-04-29 19:51:14 +02:00
commit d88ed5f3d2
16 changed files with 432 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[org/gnome/desktop/session]
# Number of seconds of inactivity before the screen goes blank
# Set to 0 seconds if you want to deactivate the screensaver.
idle-delay=uint32 {{ timeout_blank }}
[org/gnome/desktop/screensaver]
# Number of seconds after the screen is blank before locking the screen
lock-delay=uint32 {{ timeout_lock }}