14 lines
		
	
	
	
		
			314 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			314 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
|  | [Unit] | ||
|  | Description=Idle manager for Wayland | ||
|  | Documentation=man:swayidle(1) | ||
|  | Documentation=https://github.com/gdamjan/swayidle - fork with sd-notify and autolock | ||
|  | PartOf=graphical-session.target | ||
|  | After=sway-session.target | ||
|  | 
 | ||
|  | [Service] | ||
|  | Type=notify | ||
|  | ExecStart=/usr/bin/swayidle -w -l | ||
|  | 
 | ||
|  | [Install] | ||
|  | WantedBy=sway-session.target |