[draft] just a quick proof-of-concept for window-rules in support lxqt-panel

Related-to: #768
This commit is contained in:
Johan Malm 2023-02-17 22:31:55 +00:00
parent d571b0b28a
commit ed4edd77a4
9 changed files with 96 additions and 0 deletions

View file

@ -13,6 +13,7 @@ enum node_descriptor_type {
LAB_NODE_DESC_NODE = 0,
LAB_NODE_DESC_VIEW,
LAB_NODE_DESC_XDG_POPUP,
LAB_NODE_DESC_XDG_UNMANAGED,
LAB_NODE_DESC_LAYER_SURFACE,
LAB_NODE_DESC_LAYER_POPUP,
LAB_NODE_DESC_MENUITEM,
@ -37,6 +38,7 @@ struct node_descriptor {
* @data: struct to point to as follows:
* - LAB_NODE_DESC_VIEW struct view
* - LAB_NODE_DESC_XDG_POPUP struct view
* - LAB_NODE_DESC_XDG_UNMANAGED struct xdg_unmanaged
* - LAB_NODE_DESC_LAYER_SURFACE struct lab_layer_surface
* - LAB_NODE_DESC_LAYER_POPUP struct lab_layer_popup
* - LAB_NODE_DESC_MENUITEM struct menuitem