 a08fba49d0
			
		
	
	
		a08fba49d0
		
	
	
	
	
		
			
			Bounce was functionally removed in b2883b213342c912a76329bb8f6c179ea3451ae5 during the transition from Xft to Cairo without any mention. There is no use to keeping it in the example dunstrc and storing the value in the code, This commit will probably be reversed if and when bounce is re-implemented.
		
			
				
	
	
		
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [global]
 | |
|     font = Monospace 8
 | |
|     allow_markup = yes
 | |
|     format = "<b>%s</b>\n%b"
 | |
|     sort = yes
 | |
|     indicate_hidden = yes
 | |
|     alignment = left
 | |
|     show_age_threshold = 60
 | |
|     word_wrap = yes
 | |
|     ignore_newline = no
 | |
|     geometry = "300x5-30+20"
 | |
|     transparency = 0
 | |
|     idle_threshold = 120
 | |
|     monitor = 0
 | |
|     follow = mouse
 | |
|     sticky_history = yes
 | |
|     line_height = 0
 | |
|     separator_height = 2
 | |
|     padding = 8
 | |
|     horizontal_padding = 8
 | |
|     separator_color = frame
 | |
|     startup_notification = false
 | |
|     dmenu = /usr/bin/dmenu -p dunst
 | |
|     browser = /usr/bin/firefox -new-tab
 | |
| 
 | |
| [frame]
 | |
|     width = 3
 | |
|     color = "#aaaaaa"
 | |
| 
 | |
| [shortcuts]
 | |
|     close = ctrl+space
 | |
|     close_all = ctrl+shift+space
 | |
|     history = ctrl+grave
 | |
|     context = ctrl+shift+period
 | |
| 
 | |
| [urgency_low]
 | |
|     background = "#222222"
 | |
|     foreground = "#888888"
 | |
|     timeout = 10
 | |
| 
 | |
| [urgency_normal]
 | |
|     background = "#285577"
 | |
|     foreground = "#ffffff"
 | |
|     timeout = 10
 | |
| 
 | |
| [urgency_critical]
 | |
|     background = "#900000"
 | |
|     foreground = "#ffffff"
 | |
|     timeout = 0
 | |
| 
 | |
| [script test]
 | |
|     summary = trigger
 | |
|     script = script_test.sh
 |