mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	Add desktop background
This commit is contained in:
		
							parent
							
								
									051ed527f6
								
							
						
					
					
						commit
						02a4a3a4c1
					
				
					 21 changed files with 65 additions and 47 deletions
				
			
		|  | @ -185,7 +185,7 @@ opacity-rule = [ | |||
| # Bad in performance, with driver-dependent behavior.  | ||||
| # The name of the switch may change without prior notifications. | ||||
| # | ||||
| blur-background = true; | ||||
| blur-background = false; | ||||
| 
 | ||||
| # Blur background of windows when the window frame is not opaque.  | ||||
| # Implies: | ||||
|  | @ -237,7 +237,7 @@ daemon = true | |||
| # `xrender` is the default one. | ||||
| # | ||||
| experimental-backends = true; | ||||
| backend = "glx"; | ||||
| backend = "xrender"; | ||||
| 
 | ||||
| vsync = true | ||||
| 
 | ||||
|  | @ -439,8 +439,8 @@ log-level = "info"; | |||
| # | ||||
| wintypes: | ||||
| { | ||||
|   normal = { fade = true; shadow = true;} | ||||
|   tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||||
|   normal = { fade = false; shadow = true;} | ||||
|   tooltip = { fade = false; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; | ||||
|   dock = { full-shadow = true; } | ||||
|   dnd = { shadow = true; } | ||||
|   popup_menu = { shadow = true; } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue