mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
...utilizing x,y coordinates where values can be a number, a negative
number, a percentage or "center".
- (0,0) is top left corner
- (-0,-0) is bottom right corner
- % is percentage of width and/or height
- 'center' centers the menu vertically and/or horizontally
<action name="ShowMenu">
<menu>root-menu</menu>
<position>
<x>0</x>
<y>0</y>
</position>
</action>
Note: both x and y values must be supplied for positioning to work.
|
||
|---|---|---|
| .. | ||
| autostart | ||
| environment | ||
| labwc-actions.5.scd | ||
| labwc-config.5.scd | ||
| labwc-menu.5.scd | ||
| labwc-theme.5.scd | ||
| labwc.1.scd | ||
| menu.xml | ||
| meson.build | ||
| rc.xml | ||
| rc.xml.all | ||
| README | ||
| shutdown | ||
| themerc | ||
| xinitrc | ||
Config layout for ~/.config/labwc/ - autostart - environment - menu.xml - rc.xml - shutdown - themerc-override - xinitrc See `man labwc-config and `man labwc-theme` for further details.