From e91805bf998f20d1adabe7285d94d7ea7f8b6bfc Mon Sep 17 00:00:00 2001 From: mrsu Date: Sun, 16 Jun 2024 01:33:18 +0100 Subject: [PATCH] removed clipboard-image-recall scratchpad --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index ef749e5..1a1883a 100644 --- a/config.def.h +++ b/config.def.h @@ -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 } }, };