introduce rate-limiting timer for setting the app ID

This commit is contained in:
delthas 2023-09-06 18:33:29 +02:00
parent d21190289b
commit 0568c7d0ad
3 changed files with 33 additions and 1 deletions

2
osc.c
View file

@ -911,7 +911,7 @@ osc_dispatch(struct terminal *term)
break;
case 176:
xdg_toplevel_set_app_id(term->window->xdg_toplevel, *string ? string : term->conf->app_id);
term_set_app_id(term, string);
break;
case 555: