mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
29 lines
548 B
XML
29 lines
548 B
XML
<?xml version="1.0"?>
|
|
<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>
|
|
|
|
<mouse>
|
|
<context name="TitleBar">
|
|
<mousebind button="Left" action="DoubleClick">
|
|
<action name="ToggleMaximize"/>
|
|
</mousebind>
|
|
</context>
|
|
</mouse>
|
|
|
|
</labwc_config>
|