## Dependencies
-Runtime dependencies include wlroots (>=0.10.0), wayland-protocols,xwayland,
+Runtime dependencies include wlroots (>=0.10.0), wayland-protocols,xwayland,
libxml2, glib-2.0, cairo and pango.
## Roadmap
- [x] Parse [rc.xml](data/rc.xml)
- [x] Parse [themerc](data/themerc)
- [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
- [ ] Support layer-shell background (e.g. using swaybg)
- [ ] Draw better alt-tab rectangle
## Configuration
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
<csd>no</csd>
<!-- See xkeyboard-config(7) for details on these keyboard settings -->
+ <!--
<keyboard>
<layout>gb</layout>
</keyboard>
+ -->
</lab>
<theme>
<name>Clearlooks</name>
- <titleLayout>NLIMC</titleLayout>
- <font place="ActiveWindow">
- <name>sans</name>
- <size>8</size>
- </font>
</theme>
<keyboard>
<keybind key="A-Tab">
<action name="NextWindow"/>
</keybind>
+
+ <!-- de-conflict with WM alt-tab bind when running under X11 -->
<keybind key="A-F2">
<action name="NextWindow"/>
</keybind>