removed clipboard-image-recall scratchpad
This commit is contained in:
parent
74773a037a
commit
e91805bf99
|
@ -42,7 +42,6 @@ const char *spcmd2[] = {"st", "-n", "spterm2", "-T", "scratchpad (i)", "-g", "15
|
|||
const char *spcmd3[] = {"st", "-n", "spterm3", "-T", "color-chooser", "-g", "90x30", "kcolorchooser", 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-recall", "-g", "150x50", "clipboard-image-recall", "/tmp/clipboard/images", NULL };
|
||||
static Sp scratchpads[] = {
|
||||
/* name cmd */
|
||||
{"spterm0", spcmd0},
|
||||
|
@ -51,7 +50,6 @@ static Sp scratchpads[] = {
|
|||
{"spterm3", spcmd3},
|
||||
{"spterm4", spcmd4},
|
||||
{"spterm5", spcmd5},
|
||||
{"spterm6", spcmd6},
|
||||
};
|
||||
/* tagging */
|
||||
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
|
@ -65,7 +63,6 @@ static const Rule rules[] = {
|
|||
{ NULL, "spterm3", NULL, SPTAG(3), 1, 1, 0, -1 },
|
||||
{ NULL, "spterm4", NULL, SPTAG(4), 1, 1, 0, -1 },
|
||||
{ NULL, "spterm5", NULL, SPTAG(5), 1, 1, 0, -1 },
|
||||
{ NULL, "spterm6", NULL, SPTAG(6), 1, 1, 0, -1 },
|
||||
};
|
||||
|
||||
|
||||
|
@ -165,7 +162,6 @@ static const Key keys[] = {
|
|||
{ MODKEY, XK_c, togglescratch, {.ui = 3 } },
|
||||
{ MODKEY|ShiftMask, XK_c, togglescratch, {.ui = 4 } },
|
||||
{ MODKEY, XK_a, togglescratch, {.ui = 5 } },
|
||||
{ MODKEY, XK_p, togglescratch, {.ui = 6 } },
|
||||
{ MODKEY, XK_o, togglescratch, {.ui = -1 } },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue