## 3. Configure
-If you want to override the defaults, copy data/rc.xml to ~/.config/labwc/ and tweak to suit.
+If you want to override the defaults, create the following files:
-See [rc.xml](docs/rc.xml) and [themerc](docs/themerc) comments for details including keybinds.
+- ~/.config/labwc/[rc.xml](docs/rc.xml)
+- ~/.config/labwc/[menu.xml](docs/menu.xml)
+- ~/.local/share/themes/<theme-name>/openbox-3/[themerc](docs/themerc)
See full details in the following:
## 6. Roadmap
-No acceptance criteria exists, but the following list indicates the inteded high level roadmap:
+The following list indicates the intended high level roadmap:
- [x] Optionally support xwayland
- [x] Parse openbox config files (rc.xml, autostart, environment)
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+
+<openbox_menu>
+
+<menu id="root-menu">
+ <item label="Web browser"><action name="Execute"><command>firefox</command></action></item>
+ <item label="Terminal"><action name="Execute"><command>alacritty</command></action></item>
+ <item label="Reconfigure"><action name="Reconfigure"></action></item>
+ <item label="Exit"><action name="Exit"></action></item>
+ <item label="Poweroff"><action name="Execute"><command>systemctl -i poweroff</command></action></item>
+</menu>
+
+</openbox_menu>