rename clipboard scripts
This commit is contained in:
parent
e1e19b468b
commit
324cf69e39
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue