mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Move data/* to docs/
This commit is contained in:
parent
83f0ddc67b
commit
56ce0893e0
3 changed files with 3 additions and 3 deletions
37
data/rc.xml
37
data/rc.xml
|
|
@ -1,37 +0,0 @@
|
|||
<?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 where CSD can be disabled -->
|
||||
<xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
|
||||
|
||||
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
||||
<keyboard>
|
||||
<!-- layout could be for example 'gb' -->
|
||||
<layout></layout>
|
||||
</keyboard>
|
||||
</lab>
|
||||
|
||||
<theme>
|
||||
<name>Clearlooks</name>
|
||||
</theme>
|
||||
|
||||
<!--
|
||||
Currently supported keybind actions include:
|
||||
- Exit
|
||||
- NextWindow
|
||||
- Execute
|
||||
-->
|
||||
<keyboard>
|
||||
<keybind key="A-Escape">
|
||||
<action name="Exit"/>
|
||||
</keybind>
|
||||
<keybind key="A-Tab">
|
||||
<action name="NextWindow"/>
|
||||
</keybind>
|
||||
</keyboard>
|
||||
|
||||
</openbox_config>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
window.active.title.bg.color: #589bda
|
||||
window.active.handle.bg.color: #3c7cb7
|
||||
|
||||
window.inactive.title.bg.color: #efece6
|
||||
|
||||
window.active.button.unpressed.image.color = #ffffff
|
||||
window.inactive.button.unpressed.image.color = #000000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue