mirror of
				https://github.com/labwc/labwc.git
				synced 2025-11-03 09:01:51 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0"?>
 | 
						|
 | 
						|
<!--
 | 
						|
  This is a very simple config file with many options missing. For a complete
 | 
						|
  set of options with comments, see docs/rc.xml.all
 | 
						|
-->
 | 
						|
 | 
						|
<labwc_config>
 | 
						|
 | 
						|
  <core>
 | 
						|
    <gap>10</gap>
 | 
						|
  </core>
 | 
						|
 | 
						|
  <theme>
 | 
						|
    <name></name>
 | 
						|
    <cornerRadius>8</cornerRadius>
 | 
						|
    <font><name>sans</name><size>10</size></font>
 | 
						|
  </theme>
 | 
						|
 | 
						|
  <keyboard>
 | 
						|
    <default />
 | 
						|
    <keybind key="A-Return">
 | 
						|
      <action name="Execute"><command>sakura</command></action>
 | 
						|
    </keybind>
 | 
						|
  </keyboard>
 | 
						|
 | 
						|
</labwc_config>
 |