mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
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:
parent
86c384b227
commit
77ade08158
8 changed files with 200 additions and 109 deletions
|
|
@ -265,7 +265,10 @@ xdg_toplevel_view_get_string_prop(struct view *view, const char *prop)
|
|||
if (!strcmp(prop, "title")) {
|
||||
return view->xdg_surface->toplevel->title;
|
||||
}
|
||||
return "none";
|
||||
if (!strcmp(prop, "app_id")) {
|
||||
return view->xdg_surface->toplevel->app_id;
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue