mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 09:16:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			355 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Open %I eww window
 | 
						|
After=graphical-session.target
 | 
						|
After=eww.service
 | 
						|
PartOf=eww.service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStartPre=/usr/bin/eww ping
 | 
						|
ExecStart=/usr/bin/eww open %i
 | 
						|
ExecStop=/usr/bin/eww close %i
 | 
						|
RemainAfterExit=true
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=3s
 | 
						|
Slice=background-graphical.slice
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=graphical-session.target
 |