all repos — tint2 @ 69f6f65db6a0a31be3b36a4942d873b0dca98820

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

Work better without a config file
o9000 mrovi9000@gmail.com
commit

69f6f65db6a0a31be3b36a4942d873b0dca98820

parent

6fc608f0991f802ed7cc8c8a5d0504a0445c4beb

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

jump to
M src/config.csrc/config.c

@@ -1147,6 +1147,7 @@ return result;

} // generate empty config file + fprintf(stderr, "tint2 warning: could not find a config file!\n"); gchar *dir = g_build_filename(g_get_user_config_dir(), "tint2", NULL); if (!g_file_test(dir, G_FILE_TEST_IS_DIR)) g_mkdir(dir, 0700);