all repos — tint2 @ 290ddc1feab91ba6bbc2eba78c698f2b3ba2b33a

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

tint2conf: fix launcher_apps_dir
o9000 o9000
commit

290ddc1feab91ba6bbc2eba78c698f2b3ba2b33a

parent

47a70130290016e84d506ae59a0278c512e506f8

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

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

@@ -511,7 +511,7 @@ gchar *dir = app_dirs[index];

g_strstrip(dir); if (strlen(dir) > 0) { char *contracted = contract_tilde(dir); - fprintf(fp, "launcher_item_app = %s\n", contracted); + fprintf(fp, "launcher_apps_dir = %s\n", contracted); free(contracted); } }