mirror of
				https://github.com/gjkcz/ansible-void.git
				synced 2025-11-04 11:50:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			333 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			333 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[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 }}
 |