mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			789 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			789 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
 | 
						|
<!-- Use <openbox_config> as root element for openbox compatibility -->
 | 
						|
<openbox_config>
 | 
						|
 | 
						|
<!-- labwc specific settings - additional to openbox -->
 | 
						|
<lab>
 | 
						|
  <!-- Use server-side decorations for xdg-shell views if CSD can be disabled -->
 | 
						|
  <xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
 | 
						|
 | 
						|
  <!-- This font size also determintes the height of the window title bar -->
 | 
						|
  <font place="ActiveWindow">
 | 
						|
    <name>Sans</name>
 | 
						|
    <size>8</size>
 | 
						|
  </font>
 | 
						|
</lab>
 | 
						|
 | 
						|
<theme>
 | 
						|
  <name>Clearlooks</name>
 | 
						|
</theme>
 | 
						|
 | 
						|
<!-- see labwc-actions(5) for a list of supported actions -->
 | 
						|
<keyboard>
 | 
						|
  <keybind key="A-Escape">
 | 
						|
    <action name="Exit"/>
 | 
						|
  </keybind>
 | 
						|
  <keybind key="A-Tab">
 | 
						|
    <action name="NextWindow"/>
 | 
						|
  </keybind>
 | 
						|
</keyboard>
 | 
						|
 | 
						|
</openbox_config>
 |