From 27c4c4ffe5b404e141cc4a722c7521d37dd32736 Mon Sep 17 00:00:00 2001 From: mrsu Date: Sun, 16 Jun 2024 00:05:11 +0100 Subject: [PATCH] rename clipboard scripts --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index d7e5188..800f846 100644 --- a/config.def.h +++ b/config.def.h @@ -40,9 +40,9 @@ const char *spcmd0[] = {"st", "-n", "spterm0", "-T", "scratchpad (y)", "-g", "15 const char *spcmd1[] = {"st", "-n", "spterm1", "-T", "scratchpad (u)", "-g", "150x50", NULL }; const char *spcmd2[] = {"st", "-n", "spterm2", "-T", "scratchpad (i)", "-g", "150x50", NULL }; const char *spcmd3[] = {"st", "-n", "spterm3", "-T", "color-chooser", "-g", "90x30", "kcolorchooser", NULL }; -const char *spcmd4[] = {"st", "-n", "spterm4", "-T", "clipboard-view", "-g", "150x50", "dmenu-clipper", NULL }; +const char *spcmd4[] = {"st", "-n", "spterm4", "-T", "clipboard-text-recall", "-g", "150x50", "clipboard-text-recall", NULL }; const char *spcmd5[] = {"st", "-n", "spterm5", "-T", "ai-assistant", "-g", "150x50", "aichat-wrapper", NULL }; -const char *spcmd6[] = {"st", "-n", "spterm6", "-T", "clipboard-image-view", "-g", "150x50", "nsxiv-clipboard-copy", "/tmp/clipboard/images", NULL }; +const char *spcmd6[] = {"st", "-n", "spterm6", "-T", "clipboard-image-recall", "-g", "150x50", "clipboard-image-recall", "/tmp/clipboard/images", NULL }; static Sp scratchpads[] = { /* name cmd */ {"spterm0", spcmd0},