Config for clipboard program
This commit is contained in:
parent
a830c69e78
commit
b1930d9175
1 changed files with 3 additions and 0 deletions
3
config.h
3
config.h
|
@ -42,6 +42,9 @@ static int dirs_size = 0;
|
||||||
/* Default text editor */
|
/* Default text editor */
|
||||||
static const char *editor = "nvim";
|
static const char *editor = "nvim";
|
||||||
|
|
||||||
|
/* Default clipboard program */
|
||||||
|
static const char *clipboard = "wl-copy";
|
||||||
|
|
||||||
/* File location to write last directory */
|
/* File location to write last directory */
|
||||||
static char last_d[PATH_MAX] = "~/.cache/ccc/.ccc_d";
|
static char last_d[PATH_MAX] = "~/.cache/ccc/.ccc_d";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue