Skip to content

Commit 8374b79

Browse files
committed
Re-add code to print the debug fifo name (accidentally lost in merge).
1 parent de0ea52 commit 8374b79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/devilspie2.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ int main(int argc, char *argv[])
388388
exit(EXIT_FAILURE);
389389
}
390390

391+
if (show_fifo) {
392+
puts(logger_get_fifo_name());
393+
exit(EXIT_SUCCESS);
394+
}
395+
391396
gboolean shown = FALSE;
392397
if (show_version) {
393398
printf("Devilspie2 v%s\n", DEVILSPIE2_VERSION);

0 commit comments

Comments
 (0)