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