]> Dogcows Code - chaz/tint2/blobdiff - src/tint.c
improved multi-monitor detection. need more work.
[chaz/tint2] / src / tint.c
index 70b07c8521e383fc60030128bc444667d1963522..88f33434888152b699a26b8b008047d33477c84a 100644 (file)
@@ -861,7 +861,10 @@ int main (int argc, char *argv[])
                switch (signal_pending) {
                        case SIGUSR1:
                                signal_pending = 0;
-                               return 0;
+                               printf("SIGUSR1\n");
+                               config_read_file (config_path);
+                               init_panel();
+                               break;
                        case SIGINT:
                        case SIGTERM:
                        case SIGHUP:
This page took 0.020573 seconds and 4 git commands to generate.