From ebc356d1c7a9b1545a196ca846e87217c735fd2d Mon Sep 17 00:00:00 2001 From: o9000 Date: Sun, 3 May 2015 20:01:58 +0000 Subject: [PATCH] Updated tint2rc file header with link to docs --- src/tint2conf/properties_rw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tint2conf/properties_rw.c b/src/tint2conf/properties_rw.c index 0e41f79..ec72ebe 100644 --- a/src/tint2conf/properties_rw.c +++ b/src/tint2conf/properties_rw.c @@ -1,4 +1,3 @@ - #include #include #include @@ -625,6 +624,8 @@ void config_save_file(const char *path) { 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 @@ char *get_action(GtkWidget *combo) if (gtk_combo_box_get_active(GTK_COMBO_BOX(combo)) == 10) return "prev_task"; return "none"; -} +} \ No newline at end of file