mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-10-30 03:51:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| notify-send -u low "dunst" "Do not disturb started"
 | |
| dunstctl history-clear
 | |
| dunstctl rule dnd_low enable
 | |
| dunstctl rule dnd_normal enable
 | |
| dunstctl rule sound_normal disable
 |