mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
client-list-combined-menu
works like openbox menu, show all workspaces and all applications in them, as well as state of window, min, max, full, on top, on bottom and active
This commit is contained in:
parent
38659ff928
commit
98ab2fd177
2 changed files with 119 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ struct menuitem {
|
|||
struct wlr_scene_tree *tree;
|
||||
struct menu_scene normal;
|
||||
struct menu_scene selected;
|
||||
struct view *client_list_view; /* used by internal client-list */
|
||||
struct wl_list link; /* menu.menuitems */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue