mirror of
				https://github.com/AquaMorph/dotfiles.git
				synced 2025-11-04 01:03:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			207 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			207 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=i3wm close window service
 | 
						|
 | 
						|
[Service]
 | 
						|
RemainAfterExit=true
 | 
						|
ExecStart=python %h/.config/scripts/desktop/i3wm-close-window.py
 | 
						|
Restart=always
 | 
						|
RestartSec=1
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target |