From bf6e6ab982dd7adaa6cd42e2cb544e872649377d Mon Sep 17 00:00:00 2001 From: BitHeaven-Official Date: Wed, 8 Mar 2023 20:01:26 +0500 Subject: [PATCH] rollback --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 0996200..78ee1ad 100644 --- a/config.def.h +++ b/config.def.h @@ -37,7 +37,7 @@ static char *colors[][3] = { static const char *tags[] = { "", "", "3", "", "5", "6", "7", "8", "" }; /* launcher commands (They must be NULL terminated) */ -static const char* grabc[] = { "grabc", "|", "tr", "-d", "'\n'", "|", "xclipboard", "-selection", "clipboard", NULL }; +static const char* grabc[] = { "grabc", "|", "tr", "-d", "'\n'", "|", "xclip", "-selection", "clipboard", NULL }; static const char* bhev[] = { "firefox", "bhev.ru", NULL }; static const char* youtube[] = { "firefox", "youtube.com", NULL };