commit 76bccb5fd7c8e2a91929b005df0fed70b9bdc4a2
parent fc95f25cee93bcaf9112d6aa53480cd178e9cdd0
Author: grouse <bdmfegys@duck.com>
Date: Tue, 14 Nov 2023 22:28:39 -0500
began work on making alacritty another scratchpad, for pywal compatibility
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -33,6 +33,7 @@ typedef struct {
const char *spcmd1[] = {"st", "-n", "spterm", "-g", "144x41", NULL };
const char *spcmd2[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL };
const char *spcmd3[] = {"st", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL };
+//const char *spcmd3[] = {"st", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL };
static Sp scratchpads[] = {
/* name cmd */
{"spterm", spcmd1},
@@ -59,6 +60,7 @@ static const Rule rules[] = {
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule
{ NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command
{ NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating
+ { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty
/* end of scratchpad floating rules */
{ "widget", NULL, NULL, 0, 1, -1 }, // used sometimes, for using sww widgets
{ "python3", NULL, NULL, 0, 1, -1 }, // i cant remember what this is tbh