Window switch, add workspace info and window state (M/m/F)

This commit is contained in:
DonO 2024-03-11 17:39:03 -05:00
parent 4ecac26548
commit 7513d6abc0
4 changed files with 25 additions and 3 deletions

View file

@ -141,6 +141,7 @@ struct rcxml {
bool show;
bool preview;
bool outlines;
bool allworkspaces;
uint32_t criteria;
struct wl_list fields; /* struct window_switcher_field.link */
} window_switcher;