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:
Droc 2024-08-17 08:47:14 -05:00
parent 38659ff928
commit 98ab2fd177
2 changed files with 119 additions and 2 deletions

View file

@ -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 */
};