|
@ -281,8 +281,10 @@ static const char *dmenucmd[] = { |
|
|
"-sf", selfgcolor, |
|
|
"-sf", selfgcolor, |
|
|
NULL |
|
|
NULL |
|
|
}; |
|
|
}; |
|
|
static const char *termcmd[] = { "st", NULL }; |
|
|
//static const char *termcmd[] = { "st", NULL };
|
|
|
static const char *tmuxcmd[] = { "st", "-c", "st-tmux", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL }; |
|
|
//static const char *tmuxcmd[] = { "st", "-c", "st-tmux", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL };
|
|
|
|
|
|
static const char *termcmd[] = { "kitty", NULL }; |
|
|
|
|
|
static const char *tmuxcmd[] = { "kitty", "-e", "/home/wiebel/sync/bin/tmux-spawn.sh", NULL }; |
|
|
// static const char scratchpadname[] = "tilda";
|
|
|
// static const char scratchpadname[] = "tilda";
|
|
|
/* static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; */ |
|
|
/* static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL }; */ |
|
|
// static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-c", "st-tilda", "-g", "180x18", "-e", "tmux", "new-session", "-A", "-s", "tilda", NULL };
|
|
|
// static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-c", "st-tilda", "-g", "180x18", "-e", "tmux", "new-session", "-A", "-s", "tilda", NULL };
|
|
|