Fixed issue with transparency config defaults
This commit is contained in:
		
							parent
							
								
									36efd8846c
								
							
						
					
					
						commit
						15d36de115
					
				| @ -11,7 +11,7 @@ char *format = "%s %b";         /* default format */ | |||||||
| 
 | 
 | ||||||
| int timeouts[] = { 10, 10, 0 }; /* low, normal, critical */ | int timeouts[] = { 10, 10, 0 }; /* low, normal, critical */ | ||||||
| 
 | 
 | ||||||
| unsigned int transparency = 1;  /* transparency */ | unsigned int transparency = 0;  /* transparency */ | ||||||
| char *geom = "0x0";             /* geometry */ | char *geom = "0x0";             /* geometry */ | ||||||
| int sort = True;                /* sort messages by urgency */ | int sort = True;                /* sort messages by urgency */ | ||||||
| int indicate_hidden = True;     /* show count of hidden messages */ | int indicate_hidden = True;     /* show count of hidden messages */ | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								dunstrc
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								dunstrc
									
									
									
									
									
								
							| @ -38,8 +38,9 @@ | |||||||
|     # right side of the screen.  Y is measured from the top and down respectevly. |     # right side of the screen.  Y is measured from the top and down respectevly. | ||||||
|     geometry = "0x3-30+20" |     geometry = "0x3-30+20" | ||||||
| 
 | 
 | ||||||
| 	# the transparency of the window. range: [0; 100] | 	# The transparency of the window. range: [0; 100] | ||||||
| 	transparency = 25 | 	# This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..) | ||||||
|  | 	transparency = 0 | ||||||
| 
 | 
 | ||||||
|     # Don't remove messages, if the user is idle (no mouse or keyboard input) |     # Don't remove messages, if the user is idle (no mouse or keyboard input) | ||||||
|     # for longer than idle_threshold seconds. |     # for longer than idle_threshold seconds. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nuno Cardoso
						Nuno Cardoso