diff options
Diffstat (limited to 'gpu-screen-recorder-overlay-daemon/main.c')
-rw-r--r-- | gpu-screen-recorder-overlay-daemon/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gpu-screen-recorder-overlay-daemon/main.c b/gpu-screen-recorder-overlay-daemon/main.c index ff510c0..53ca5ec 100644 --- a/gpu-screen-recorder-overlay-daemon/main.c +++ b/gpu-screen-recorder-overlay-daemon/main.c @@ -101,10 +101,7 @@ int main(void) { if(overlay_pid == -1) { fprintf(stderr, "launch overlay\n"); // TODO: window_with_input_focus - const char *args[] = { - "/home/dec05eba/git/gpu-screen-recorder-overlay/sibs-build/linux_x86_64/debug/gpu-screen-recorder-overlay", - NULL - }; + const char *args[] = { "gsr-overlay", NULL }; exec_program(args, &overlay_pid); } } |