Use title property instead of description for window titles
The title property is what we actually want.
This commit is contained in:
parent
361461d1b9
commit
015d10b87e
@ -326,7 +326,7 @@ get_active_app_properties (ShellAppMonitor *monitor,
|
||||
return;
|
||||
|
||||
*wm_class = g_strdup (meta_window_get_wm_class (active));
|
||||
*title = g_strdup (meta_window_get_description (active));
|
||||
g_object_get (active, "title", title, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user