Updated tint2rc file header with link to docs
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@@ -625,6 +624,8 @@ void config_save_file(const char *path) {
|
|||||||
|
|
||||||
unsigned short checksum = 0;
|
unsigned short checksum = 0;
|
||||||
fprintf(fp, "#---- Generated by tint2conf %04x ----\n", checksum);
|
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_backgrounds(fp);
|
||||||
config_write_panel(fp);
|
config_write_panel(fp);
|
||||||
|
|||||||
Reference in New Issue
Block a user