mirror of
https://github.com/labwc/labwc.git
synced 2026-02-26 01:40:22 -05:00
docs/rc.xml: comply with new syntax
This commit is contained in:
parent
b31c1c4b75
commit
8a2cacdb6f
1 changed files with 31 additions and 33 deletions
64
docs/rc.xml
64
docs/rc.xml
|
|
@ -1,39 +1,37 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0"?>
|
||||||
|
<labwc_config>
|
||||||
|
|
||||||
<!-- Use <openbox_config> as root element for openbox compatibility -->
|
<core>
|
||||||
<openbox_config>
|
<decoration>server</decoration>
|
||||||
|
</core>
|
||||||
|
|
||||||
<!-- labwc specific settings - additional to openbox -->
|
<theme>
|
||||||
<lab>
|
<name></name>
|
||||||
<!-- Use server-side decorations for xdg-shell views if CSD can be disabled -->
|
<cornerRadius>8</cornerRadius>
|
||||||
<xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
|
<font place="ActiveWindow"><name>Sans</name><size>10</size></font>
|
||||||
</lab>
|
</theme>
|
||||||
|
|
||||||
<focus>
|
<focus>
|
||||||
<followMouse>no</followMouse>
|
<followMouse>no</followMouse>
|
||||||
<raiseOnFocus>no</raiseOnFocus>
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
</focus>
|
</focus>
|
||||||
|
|
||||||
<theme>
|
<!--
|
||||||
<name>Clearlooks-3.4</name>
|
Keybind actions are specified in more detail in labwc-actions(5)
|
||||||
<!-- This font size also determintes the height of the window title bar -->
|
The following keybind modifiers are supported:
|
||||||
<font place="ActiveWindow">
|
W - window/super/logo
|
||||||
<name>Sans</name>
|
A - alt
|
||||||
<size>10</size>
|
C - ctrl
|
||||||
</font>
|
S - shift
|
||||||
</theme>
|
-->
|
||||||
|
|
||||||
<!-- see labwc-actions(5) for a list of supported actions -->
|
<keyboard>
|
||||||
<keyboard>
|
<keybind key="A-Escape"><action name="Exit" /></keybind>
|
||||||
<keybind key="A-Escape">
|
<keybind key="A-Tab"><action name="NextWindow" /></keybind>
|
||||||
<action name="Exit"/>
|
<keybind key="A-Return"><action name="Execute"><command>sakura</command></action></keybind>
|
||||||
</keybind>
|
<keybind key="A-F3"><action name="Execute"><command>bemenu-run</command></action></keybind>
|
||||||
<keybind key="A-Tab">
|
<keybind key="A-F4"><action name="Close" /></keybind>
|
||||||
<action name="NextWindow"/>
|
<keybind key="W-a"><action name="ToggleMaximize" /></keybind>
|
||||||
</keybind>
|
</keyboard>
|
||||||
<keybind key="A-F3">
|
|
||||||
<action name="Execute"><command>bemenu-run</command></action>
|
|
||||||
</keybind>
|
|
||||||
</keyboard>
|
|
||||||
|
|
||||||
</openbox_config>
|
</labwc_config>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue