diff --git a/config.h b/config.h index da317b5..0e3c549 100644 --- a/config.h +++ b/config.h @@ -42,6 +42,9 @@ static int dirs_size = 0; /* Default text editor */ static const char *editor = "nvim"; +/* Default clipboard program */ +static const char *clipboard = "wl-copy"; + /* File location to write last directory */ static char last_d[PATH_MAX] = "~/.cache/ccc/.ccc_d";