summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h47
1 files changed, 24 insertions, 23 deletions
diff --git a/config.h b/config.h
index a2f923d..23a56c6 100644
--- a/config.h
+++ b/config.h
@@ -37,27 +37,28 @@ typedef struct {
const char *name;
const void *cmd;
} Sp;
-const char *spcmd01[] = { "st", "-g", "100x33", "-c", "sphtop", "-e", "htop", NULL };
-const char *spcmd02[] = { "st", "-g", "100x33", "-c", "spterm", NULL };
-const char *spcmd03[] = { "st", "-g", "100x33", "-c", "sppmxr", "-e", "pulsemixer", NULL };
-const char *spcmd04[] = { "st", "-g", "100x33", "-c", "spxmrw", "-e", "xmrzachir", NULL };
-const char *spcmd05[] = { "st", "-g", "100x33", "-c", "spncmp", "-e", "ncmpcpp", NULL };
-const char *spcmd06[] = { "st", "-g", "100x33", "-c", "spmutt", "-e", "zsh", "-c", "neomutt", NULL };
-const char *spcmd07[] = { "st", "-g", "100x33", "-c", "spxmpp", "-e", "profanity", NULL };
-const char *spcmd08[] = { "st", "-g", "100x33", "-c", "spircc", "-e", "irssi", NULL };
-const char *spcmd09[] = { "st", "-g", "100x33", "-c", "spmatr", "-e", "weechat", NULL };
-const char *spcmd10[] = { "st", "-g", "100x33", "-c", "sptrem", "-e", "tremc", NULL };
+<<<<<<< HEAD
+const char *spcmd0[] = { "st", "-g", "100x33", "-c", "sphtop", "-e", "htop", NULL };
+const char *spcmd1[] = { "st", "-g", "100x33", "-c", "spterm", NULL };
+const char *spcmd2[] = { "st", "-g", "100x33", "-c", "sppmxr", "-e", "pulsemixer", NULL };
+const char *spcmd3[] = { "st", "-g", "100x33", "-c", "spblue", "-e", "bluetoothctl", NULL };
+const char *spcmd4[] = { "st", "-g", "100x33", "-c", "spncmp", "-e", "ncmpcpp", NULL };
+const char *spcmd5[] = { "st", "-g", "100x33", "-c", "spmutt", "-e", "zsh", "-c", "neomutt", NULL };
+const char *spcmd6[] = { "st", "-g", "100x33", "-c", "spxmpp", "-e", "profanity", NULL };
+const char *spcmd7[] = { "st", "-g", "100x33", "-c", "spircc", "-e", "irssi", NULL };
+const char *spcmd8[] = { "st", "-g", "100x33", "-c", "sptodo", "-e", "todo", NULL };
+const char *spcmd9[] = { "st", "-g", "100x33", "-c", "sptrmc", "-e", "tremc", NULL };
static Sp scratchpads[] = {
- { "sphtop", spcmd01 },
- { "spterm", spcmd02 },
- { "sppmxr", spcmd03 },
- { "spxmrw", spcmd04 },
- { "spncmp", spcmd05 },
- { "spmutt", spcmd06 },
- { "spxmpp", spcmd07 },
- { "spircc", spcmd08 },
- { "spmatr", spcmd09 },
- { "sptrem", spcmd10 },
+ { "sphtop", spcmd0 },
+ { "spterm", spcmd1 },
+ { "sppmxr", spcmd2 },
+ { "spblue", spcmd3 },
+ { "spncmp", spcmd4 },
+ { "spmutt", spcmd5 },
+ { "spxmpp", spcmd6 },
+ { "spircc", spcmd7 },
+ { "sptodo", spcmd8 },
+ { "sptrmc", spcmd9 },
};
/* tagging */
@@ -101,8 +102,8 @@ static const Rule rules[] = {
{ "spmutt", NULL, NULL, SPTAG(5), 1, 1, 1, -1 },
{ "spxmpp", NULL, NULL, SPTAG(6), 1, 1, 1, -1 },
{ "spircc", NULL, NULL, SPTAG(7), 1, 1, 1, -1 },
- { "spmatr", NULL, NULL, SPTAG(8), 1, 1, 1, -1 },
- { "sptrem", NULL, NULL, SPTAG(9), 1, 1, 1, -1 },
+ { "sptodo", NULL, NULL, SPTAG(8), 1, 1, 1, -1 },
+ { "sptrmc", NULL, NULL, SPTAG(9), 1, 1, 1, -1 },
{ NULL, "monero-wallet-gui",NULL, 256, 1, 0, 0, -1 },
};
@@ -141,7 +142,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
/* static const char *passmenu[] = { "passmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; */
static const char *termcmd[] = { "st", NULL };
/* static const char *termcmd[] = { "alacritty", NULL }; */
-static const char *sxhkdsig[] = { "pkill", "-USR1", "sxhkd", NULL };
+static const char *sxhkdsig[] = { "doas", "pkill", "-HUP", "swhkd", NULL };
/* static const char *mpdtoggle[] = { "playerctl", "--player=mpd,mpv,%any", "play-pause", NULL }; */
/* static const char *mpdnext[] = { "playerctl", "--player=mpd,mpv,%any", "next", NULL }; */
/* static const char *mpdprev[] = { "playerctl", "--player=mpd,mpv,%any", "previous", NULL }; */