all repos — tint2 @ f8e4cdb56fb58ae7b8e1e555d59537364317f8a7

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

tint2conf: Save executor index in comment in config file
o9000 mrovi9000@gmail.com
commit

f8e4cdb56fb58ae7b8e1e555d59537364317f8a7

parent

453f87531422c1879bdf27e24e586a14fdc6a694

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/tint2conf/properties_rw.csrc/tint2conf/properties_rw.c

@@ -645,7 +645,7 @@ void config_write_execp(FILE *fp)

{ for (int i = 0; i < executors->len; i++) { fprintf(fp, "#-------------------------------------\n"); - fprintf(fp, "# Executor\n"); + fprintf(fp, "# Executor %d\n", i + 1); Executor *executor = &g_array_index(executors, Executor, i);