mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-03 17:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description="Open %I eww window"
 | 
						|
PartOf=graphical-session.target
 | 
						|
After=eww.service
 | 
						|
PartOf=eww.service
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStartPre=/usr/local/bin/eww ping
 | 
						|
ExecStart=/usr/local/bin/eww open %i
 | 
						|
ExecStop=/usr/local/bin/eww close %i
 | 
						|
Type=oneshot
 | 
						|
RemainAfterExit=true
 | 
						|
Restart=on-failure
 | 
						|
RestartSec=3s
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=wm-ready.target
 |