Top | ![]() |
![]() |
![]() |
![]() |
Maintains a mapping from windows to applications (.desktop file ids). It currently implements this with some heuristics on the WM_CLASS X11 property (and some static override regexps); in the future, we want to have it also track through startup-notification.
ShellApp * shell_window_tracker_get_window_app (ShellWindowTracker *tracker
,MetaWindow *metawin
);
ShellApp * shell_window_tracker_get_app_from_pid (ShellWindowTracker *tracker
,int pid
);
Look up the application corresponding to a process.
GSList *
shell_window_tracker_get_startup_sequences
(ShellWindowTracker *tracker
);