]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
killall -SIGUSR1 tint2 will reload config file. need more fixed.
[chaz/tint2] / src / tint.c
index 88f33434888152b699a26b8b008047d33477c84a..ec30b5d25566c20d6c6e52c1f7ad895161560969 100644 (file)
@@ -861,7 +861,7 @@ int main (int argc, char *argv[])
                switch (signal_pending) {
                        case SIGUSR1:
                                signal_pending = 0;
-                               printf("SIGUSR1\n");
+                               init_config();
                                config_read_file (config_path);
                                init_panel();
                                break;
This page took 0.02141 seconds and 4 git commands to generate.