rename clipboard scripts

This commit is contained in:
mrsu 2024-06-16 00:05:11 +01:00
parent b5ad778728
commit 27c4c4ffe5
1 changed files with 2 additions and 2 deletions

View File

@ -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 *spcmd1[] = {"st", "-n", "spterm1", "-T", "scratchpad (u)", "-g", "150x50", NULL };
const char *spcmd2[] = {"st", "-n", "spterm2", "-T", "scratchpad (i)", "-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 *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 *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[] = { static Sp scratchpads[] = {
/* name cmd */ /* name cmd */
{"spterm0", spcmd0}, {"spterm0", spcmd0},