Window switcher, more changes

This commit is contained in:
DonO 2024-03-12 16:25:25 -05:00
parent 12a9aba0fd
commit 7e8c8b6a5a
4 changed files with 31 additions and 20 deletions

View file

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