add thumbnailLabelFormat to windowSwitcher

This commit is contained in:
elviosak 2025-11-05 06:16:18 -03:00
parent 8b950350ed
commit 0d7a75489c
6 changed files with 34 additions and 21 deletions

View file

@ -183,6 +183,7 @@ struct rcxml {
enum lab_view_criteria criteria;
struct wl_list fields; /* struct window_switcher_field.link */
enum window_switcher_style style;
char *thumbnail_label_format;
} window_switcher;
struct wl_list window_rules; /* struct window_rule.link */