osd: support 'alt-tab' on screen display

The osd window shows title, app_id/class and shell of all views that can
be cycled between.
This commit is contained in:
Johan Malm 2021-08-16 07:16:56 +01:00
parent 86c384b227
commit 77ade08158
8 changed files with 200 additions and 109 deletions

View file

@ -134,7 +134,10 @@ get_string_prop(struct view *view, const char *prop)
if (!strcmp(prop, "title")) {
return view->xwayland_surface->title;
}
return "none";
if (!strcmp(prop, "class")) {
return view->xwayland_surface->class;
}
return "";
}
static bool