all repos — tint2 @ ebc356d1c7a9b1545a196ca846e87217c735fd2d

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

Updated tint2rc file header with link to docs
o9000 mrovi9000@gmail.com
commit

ebc356d1c7a9b1545a196ca846e87217c735fd2d

parent

54708a6167c1fb97395319a1b6a4d835a8ab0049

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

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

@@ -1,4 +1,3 @@

- #include <stdio.h> #include <stdlib.h> #include <string.h>

@@ -625,6 +624,8 @@ return;

unsigned short checksum = 0; fprintf(fp, "#---- Generated by tint2conf %04x ----\n", checksum); + fprintf(fp, "# See https://gitlab.com/o9000/tint2/wikis/Configure for \n"); + fprintf(fp, "# full documentation of the configuration options.\n"); config_write_backgrounds(fp); config_write_panel(fp);

@@ -1413,4 +1414,4 @@ return "next_task";

if (gtk_combo_box_get_active(GTK_COMBO_BOX(combo)) == 10) return "prev_task"; return "none"; -} +}