update scratchpad terminal
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 8s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 8s
This commit is contained in:
parent
d69616a23d
commit
0e4f376087
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -119,7 +119,7 @@ static const char *const autostart[] = {
|
|||
NULL
|
||||
};
|
||||
|
||||
static const char *spterm[] = { "t", TERM, TERM_FLAG_CLASS, "spterm", TERM_FLAG_EXEC, "tmux", NULL };
|
||||
static const char *spterm[] = { "t", TERM, TERM_FLAG_CLASS, "spterm", NULL };
|
||||
static const char *spfile[] = { "f", TERM, TERM_FLAG_CLASS, "spfile", TERM_FLAG_EXEC, "lfX", NULL };
|
||||
static const char *spproc[] = { "p", TERM, TERM_FLAG_CLASS, "spproc", TERM_FLAG_EXEC, "btm", NULL };
|
||||
static const char *spdisk[] = { "d", TERM, TERM_FLAG_CLASS, "spdisk", TERM_FLAG_EXEC, "gdu", NULL };
|
||||
|
|
Loading…
Add table
Reference in a new issue