mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	config: enable windowSwitcher preview by default
This commit is contained in:
		
							parent
							
								
									e392eecce6
								
							
						
					
					
						commit
						c0d142cfb8
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -82,7 +82,7 @@ The rest of this man page describes configuration options.
 | 
				
			||||||
	windows. Default is yes.
 | 
						windows. Default is yes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	*preview* [yes|no] Preview the contents of the selected window when
 | 
						*preview* [yes|no] Preview the contents of the selected window when
 | 
				
			||||||
	switching between windows. Default is no.
 | 
						switching between windows. Default is yes.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	*outlines* [yes|no] Draw an outline around the selected window when
 | 
						*outlines* [yes|no] Draw an outline around the selected window when
 | 
				
			||||||
	switching between windows. Default is yes.
 | 
						switching between windows. Default is yes.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
    <gap>0</gap>
 | 
					    <gap>0</gap>
 | 
				
			||||||
    <adaptiveSync>no</adaptiveSync>
 | 
					    <adaptiveSync>no</adaptiveSync>
 | 
				
			||||||
    <reuseOutputMode>no</reuseOutputMode>
 | 
					    <reuseOutputMode>no</reuseOutputMode>
 | 
				
			||||||
    <windowSwitcher show="yes" preview="no" outlines="yes" />
 | 
					    <windowSwitcher show="yes" preview="yes" outlines="yes" />
 | 
				
			||||||
  </core>
 | 
					  </core>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- <font><theme> can be defined without an attribute to set all places -->
 | 
					  <!-- <font><theme> can be defined without an attribute to set all places -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -588,7 +588,7 @@ rcxml_init(void)
 | 
				
			||||||
	rc.snap_edge_range = 1;
 | 
						rc.snap_edge_range = 1;
 | 
				
			||||||
	rc.snap_top_maximize = true;
 | 
						rc.snap_top_maximize = true;
 | 
				
			||||||
	rc.cycle_view_osd = true;
 | 
						rc.cycle_view_osd = true;
 | 
				
			||||||
	rc.cycle_preview_contents = false;
 | 
						rc.cycle_preview_contents = true;
 | 
				
			||||||
	rc.cycle_preview_outlines = true;
 | 
						rc.cycle_preview_outlines = true;
 | 
				
			||||||
	rc.workspace_config.popuptime = INT_MIN;
 | 
						rc.workspace_config.popuptime = INT_MIN;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue