Window switcher, all workspace re-engineer code

This commit is contained in:
DonO 2024-03-11 18:45:10 -05:00
parent 9b9855cb53
commit cf7a4b0602
3 changed files with 14 additions and 8 deletions

View file

@ -21,6 +21,7 @@ enum window_switcher_field_content {
LAB_FIELD_IDENTIFIER,
LAB_FIELD_TRIMMED_IDENTIFIER,
LAB_FIELD_TITLE,
LAB_FIELD_WINFO,
};
enum view_placement_policy {
@ -141,7 +142,7 @@ struct rcxml {
bool show;
bool preview;
bool outlines;
bool allworkspaces;
bool all_workspaces;
uint32_t criteria;
struct wl_list fields; /* struct window_switcher_field.link */
} window_switcher;