mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Inhibit swaync notifications on lock dbus event (using systemd-lock-handler)
 | 
						|
Requisite=swaync.service
 | 
						|
Before=lock.target
 | 
						|
 | 
						|
[Service]
 | 
						|
ExecStart=/usr/bin/swaync-client --inhibitor-add screen-locker
 | 
						|
Type=oneshot
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=lock.target
 |