mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
data/rc.xml: update
This commit is contained in:
parent
bbf2a2d306
commit
e128d62314
2 changed files with 14 additions and 8 deletions
11
README.md
11
README.md
|
|
@ -32,7 +32,8 @@ libxml2, glib-2.0, cairo and pango.
|
||||||
- [x] Parse [rc.xml](data/rc.xml)
|
- [x] Parse [rc.xml](data/rc.xml)
|
||||||
- [x] Parse [themerc](data/themerc)
|
- [x] Parse [themerc](data/themerc)
|
||||||
- [x] Read xbm icons
|
- [x] Read xbm icons
|
||||||
- [x] Add maximize, minimize, close buttons
|
- [x] Show maximize, minimize, close buttons
|
||||||
|
- [ ] Give actions to maximize, minimize, close buttons
|
||||||
- [ ] Add grip
|
- [ ] Add grip
|
||||||
- [ ] Support layer-shell background (e.g. using swaybg)
|
- [ ] Support layer-shell background (e.g. using swaybg)
|
||||||
- [ ] Draw better alt-tab rectangle
|
- [ ] Draw better alt-tab rectangle
|
||||||
|
|
@ -55,7 +56,13 @@ The following were considered before choosing wlroots: [QtWayland](https://githu
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details
|
See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details
|
||||||
incl. keybinds.
|
including keybinds.
|
||||||
|
|
||||||
|
Suggest either running with:
|
||||||
|
|
||||||
|
./build/labwc -c data/rc.xml
|
||||||
|
|
||||||
|
or copy data/rc.xml to ~/.config/labwc/
|
||||||
|
|
||||||
## Integration
|
## Integration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,18 +9,15 @@
|
||||||
<csd>no</csd>
|
<csd>no</csd>
|
||||||
|
|
||||||
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
|
||||||
|
<!--
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<layout>gb</layout>
|
<layout>gb</layout>
|
||||||
</keyboard>
|
</keyboard>
|
||||||
|
-->
|
||||||
</lab>
|
</lab>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name>Clearlooks</name>
|
<name>Clearlooks</name>
|
||||||
<titleLayout>NLIMC</titleLayout>
|
|
||||||
<font place="ActiveWindow">
|
|
||||||
<name>sans</name>
|
|
||||||
<size>8</size>
|
|
||||||
</font>
|
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
<keyboard>
|
<keyboard>
|
||||||
|
|
@ -30,6 +27,8 @@
|
||||||
<keybind key="A-Tab">
|
<keybind key="A-Tab">
|
||||||
<action name="NextWindow"/>
|
<action name="NextWindow"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
||||||
|
<!-- de-conflict with WM alt-tab bind when running under X11 -->
|
||||||
<keybind key="A-F2">
|
<keybind key="A-F2">
|
||||||
<action name="NextWindow"/>
|
<action name="NextWindow"/>
|
||||||
</keybind>
|
</keybind>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue