From b1930d91750731a6acb9b0f9935a280a6e6ba389 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sun, 17 Nov 2024 18:10:41 +0000 Subject: [PATCH] Config for clipboard program --- config.h | 3 +++ 1 file changed, 3 insertions(+) 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";