11 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Disable Keyboard and Mouse Input
 | 
						|
After=graphical-session.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStartPre=/bin/sleep 60
 | 
						|
ExecStart=%h/disable_input.sh
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 |