Config for clipboard program

This commit is contained in:
Night Kaly 2024-11-17 18:10:41 +00:00
parent a830c69e78
commit b1930d9175
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -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";