commit 5c242362e1e456a2b425951ceba69c627c24161b
parent 76bccb5fd7c8e2a91929b005df0fed70b9bdc4a2
Author: grouse <bdmfegys@duck.com>
Date: Tue, 14 Nov 2023 22:32:49 -0500
first try didnt work for alacritty, removed non-functional lines
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -33,7 +33,6 @@ 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},
@@ -60,7 +59,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
+// { "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