2021-07-16 18:18:09 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<labwc_config>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<core>
|
|
|
|
|
<decoration>server</decoration>
|
|
|
|
|
</core>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<theme>
|
|
|
|
|
<name></name>
|
|
|
|
|
<cornerRadius>8</cornerRadius>
|
2021-07-19 20:46:32 +01:00
|
|
|
<font><name>Sans</name><size>12</size></font>
|
2021-07-16 18:18:09 +01:00
|
|
|
</theme>
|
2020-10-22 19:40:57 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<focus>
|
|
|
|
|
<followMouse>no</followMouse>
|
|
|
|
|
<raiseOnFocus>no</raiseOnFocus>
|
|
|
|
|
</focus>
|
2021-05-28 21:50:27 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<!--
|
|
|
|
|
Keybind actions are specified in more detail in labwc-actions(5)
|
|
|
|
|
The following keybind modifiers are supported:
|
|
|
|
|
W - window/super/logo
|
|
|
|
|
A - alt
|
|
|
|
|
C - ctrl
|
|
|
|
|
S - shift
|
|
|
|
|
-->
|
2020-07-09 22:41:54 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<keyboard>
|
|
|
|
|
<keybind key="A-Escape"><action name="Exit" /></keybind>
|
|
|
|
|
<keybind key="A-Tab"><action name="NextWindow" /></keybind>
|
|
|
|
|
<keybind key="A-Return"><action name="Execute"><command>sakura</command></action></keybind>
|
|
|
|
|
<keybind key="A-F3"><action name="Execute"><command>bemenu-run</command></action></keybind>
|
|
|
|
|
<keybind key="A-F4"><action name="Close" /></keybind>
|
|
|
|
|
<keybind key="W-a"><action name="ToggleMaximize" /></keybind>
|
2021-07-20 19:54:57 +01:00
|
|
|
|
|
|
|
|
<keybind key="A-Left"><action name="MoveToEdge"><direction>left</direction></action></keybind>
|
|
|
|
|
<keybind key="A-Right"><action name="MoveToEdge"><direction>right</direction></action></keybind>
|
|
|
|
|
<keybind key="A-Up"><action name="MoveToEdge"><direction>up</direction></action></keybind>
|
|
|
|
|
<keybind key="A-Down"><action name="MoveToEdge"><direction>down</direction></action></keybind>
|
2021-07-16 18:18:09 +01:00
|
|
|
</keyboard>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
</labwc_config>
|